What is the explanation for prototype function in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

who is first prime minister in india??

8 Answers   Wipro,


can we print any string without using terminator?

2 Answers   Infosys, TCS,


What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.

1 Answers  


Write a function in c to find the area of a triangle whose length of three sides is given.

2 Answers  


WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..

0 Answers  






define c

6 Answers   HCL, TCS,


How will you allocate memory to a double pointer ?

2 Answers  


we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?

2 Answers  


please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC

2 Answers   Mphasis,


How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.

1 Answers   HCL,


Is it acceptable to declare/define a variable in a c header?

0 Answers  


What is use of pointer?

0 Answers  


Categories