Go Back   StudyChaCha 2024 2025 > StudyChaCha Discussion Forum > General Topics

  #1  
Old May 26th, 2014, 12:20 PM
Super Moderator
 
Join Date: May 2011
Default

Any buddy, please provide me the C Language Placement Paper…………..

As per your request here I am sharing the C Language Placement Paper:

11. main()
{
char string[]="Hello World";
display(string);
}
void display(char *string)
{
printf("%s",string);
}
Answer:Compiler Error : Type mismatch in redeclaration of function display
Explanation :
In third line, when the function display is encountered, the compiler doesn't know anything
about the function display. It assumes the arguments and return types to be integers, (which is the default
type). When it sees the actual function display, the arguments and type contradicts with what it has
assumed previously. Hence a compile time error occurs.










For complete question paper download the attachment given below:
Attached Files Available for Download
File Type: pdf C Language Placement Paper====.PDF (286.7 KB, 29 views)

Last edited by Gunjan; July 2nd, 2019 at 04:27 PM.
Reply With Quote
Other Discussions related to this topic
Thread
3rd Language Kannada Question Paper Karnataka SSLC
NICL English Language Paper
DOEACC C Level Course Data Structure through C Language previous years question paper
Blue print, model question paper for first language English of Adarsha Vidyalayas
GPSC exam in Gujarati Language Solved question paper
Bengali Language WBSSC TET sample question paper
HAL Placement-Paper
Model paper for IGCSE O level English language
Placement Paper for TCS
1st Language Sanskrit Question Paper Karnataka SSLC
Download Karnataka SSLC First Language HINDI Exam Paper
IGNOU CTE-1, The Language Learner Exam question paper
English Language Paper for Competitive Exams
C Language Aptitude Test Paper
Paper for PTU B.Tech CSE-8th Sem Formal Language And Autamata Theory
To Get IBM Placement Paper
2nd Language English Question Paper Karnataka SSLC
MA Entrance Exam Paper Language?
Bank Clerk Exam Hindi Language Paper
Previous Placement Paper For CTS Campus Placement






  #2  
Old May 25th, 2015, 04:02 PM
Junior Member
 
Join Date: May 2015
Default Explained this all questions ?

1-EXPLAIN THE HISTORY OF C LANGUAGE. WHAT ARE THE ADVANTAGES OF C LANGUAGE?
2-DIFFERENTIATE BETWEEN FORMAL PARAMETER AND ACTUAL PARAMETERS WITH EXAMPLE.
3-DESCRIBE ABOUT STATIC AND EXTERNAL VARIABLES.

4-DISTINGUISH BETWEEN PASS BY VALUE AND PASS BY REFERENCE WITH THE HELP OF AN EXAMPLE

5-DEFINE MACRO. HOW CAN WE DECLARE A MACRO STATEMENT?

6-WHAT IS THE USE OF FOPEN () AND FCLOSE () FUNCTION? LIST AND EXPLAIN DIFFERENT MODES FOR OPENING A FILE.
Reply With Quote
Reply


Tags
Job Placement



All times are GMT +6. The time now is 09:40 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Friendly URLs by vBSEO 3.6.0 PL2

1 2 3 4 5 6 7 8