Explain about C function prototype?


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

Post New Answer

More C Interview Questions

What is the difference between functions abs() and fabs()?

0 Answers  


What is the scope of static variables in c language?

0 Answers  


Explain how can I remove the trailing spaces from a string?

0 Answers  


what is the difference between structure and union?

3 Answers  


WHO WROTE C LANGUAGE?

4 Answers  






Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

0 Answers   MNC,


#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?

4 Answers   IIIT,


Why c is called top down?

0 Answers  


Write a C program to find the smallest of three integers, without using any of the comparision operators.

7 Answers   TCS,


Tell us two differences between new () and malloc ()?

0 Answers   Adobe,


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

0 Answers  


What is array within structure?

0 Answers  


Categories