Can you return null in c?
write a c program to convert fahrenheit to celsius?
Is the following code legal? struct a { int x; struct a b; }
What are the main characteristics of c language describe the structure of ac program?
mplementation of stack using any programing language
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
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 .
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
What is function prototype in c with example?
Tell me what is the purpose of 'register' keyword in c language?
What is difference between array and structure in c?
What is sparse file?
difference between string and array?