What is function prototype in c language?


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

Post New Answer

More C Interview Questions

C,c++, Java is all are structural oriented or procedure oriented language..?

6 Answers  


What is the difference between malloc() and calloc() function in c language?

0 Answers  


wap in c to accept a number display the total count of digit

4 Answers  


write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4

9 Answers   IBM, NIIT, Winit,


How do we make a global variable accessible across files? Explain the extern keyword?

0 Answers  






Why array is used in c?

0 Answers  


two variables are added answer is stored on not for third variable how it is possible?

3 Answers  


How can you find out how much memory is available?

0 Answers  


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

0 Answers  


How can I trap or ignore keyboard interrupts like control-c?

0 Answers  


what does keyword ‘extern’ mean in a function declaration?

1 Answers   Emerson,


Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5

3 Answers  


Categories