Can you return null in c?


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

Post New Answer

More C Interview Questions

write a c program to convert fahrenheit to celsius?

4 Answers   TCS,


Is the following code legal? struct a { int x; struct a b; }

4 Answers  


What are the main characteristics of c language describe the structure of ac program?

0 Answers  


mplementation of stack using any programing language

1 Answers   Marlabs,


we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

0 Answers  


Rapunzel walks into the forest of forgetfullness. She meets a Lion who lies on Monday Tuesdays and Wednesdays and meets a rabbit who lies on Thurs fridays and saturdays . On that day both say that "I lied yesterday". What day is it .

3 Answers   TCS,


main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }

6 Answers  


What is function prototype in c with example?

0 Answers  


Tell me what is the purpose of 'register' keyword in c language?

0 Answers  


What is difference between array and structure in c?

0 Answers  


What is sparse file?

1 Answers  


difference between string and array?

6 Answers  


Categories