Why should I prototype a function?


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

Post New Answer

More C Interview Questions

#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output

5 Answers   CitiGroup,


what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string

3 Answers  


which operator having highest precedence? a.)+ b.)++ c.)= d.)%

4 Answers  


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

0 Answers  


Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +

1 Answers  






Can we declare function inside main?

0 Answers  


Who is the main contributor in designing the c language after dennis ritchie?

0 Answers  


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,


Why isnt there a numbered, multi-level break statement to break out

0 Answers  


proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?

7 Answers   Hughes,


what is the difference between NULL('\0') and 0?

14 Answers   Microsoft,


what type of language is C?

13 Answers   Microsoft,


Categories