What are the two types of functions in c?


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

Post New Answer

More C Interview Questions

In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

0 Answers  


1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā€œ%dā€,x); --x; } }

7 Answers   CSC,


how to add our own function in c library please give details.?

1 Answers   TCS,


What is structure padding and packing in c?

0 Answers  


implement OR gate without using any bitwise operator.

1 Answers   Alcatel, Wipro,






what is the diff b/w static and non static variables in C. Give some examples plz.

3 Answers   Wipro,


Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?

4 Answers   Oracle,


What is Generic pointer? What is the purpose of Generic pointer? Where it is used?

3 Answers  


write a programe to find the factorial of given number using recursion

3 Answers  


Which header file is used for clrscr?

0 Answers  


What does a run-time "null pointer assignment" error mean?

2 Answers  


Where register variables are stored in c?

0 Answers  


Categories