What are the 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

How do you redirect a standard stream?

0 Answers  


c program to subtract between two numbers without using '-' sign and subtract function.

1 Answers  


Explain the ternary tree?

0 Answers  


write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

0 Answers   ADP,


what is difference between null and nul in c language

2 Answers  






how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"

1 Answers  


Can you write a programmer for FACTORIAL using recursion?

0 Answers   ADP,


how to print this sereis 2 4 3 6 5..........?

3 Answers  


What does %c mean in c?

0 Answers  


What is c basic?

0 Answers  


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

0 Answers  


suppose we use switch statement and we intilize years name using enum statement like(jan,feb,mar,------dec) we take integer value as an input .question is that the month which we analyz is from 0 to 11 bt if i enter 12 than how he again starts from begning and print jan

1 Answers  


Categories