What is function prototype?


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

Post New Answer

More C Interview Questions

what does ‘Bus Error’ mean?

1 Answers   ABC,


c pgm count no of lines , blanks, tabs in a para(File concept)

2 Answers  


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

0 Answers  


how to compare two strings without using strcmp() function??

1 Answers  


What is the use of pointers in C?

0 Answers   Impetus, Motorola, Tavant Technologies, Virtusa,


Please list all the unary and binary operators in C.

3 Answers  


What is the purpose of the statement: strcat (S2, S1)?

0 Answers  


What is string function in c?

0 Answers  


A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above

2 Answers   Accenture,


what is the defrenece between structure and union

5 Answers   Aloha Technology,


What is 02d in c?

0 Answers  


How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?

2 Answers  


Categories