What is function what are the types of function?
No Answer is Posted For this Question
Be the First to Post Answer
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
How can you tell whether a program was compiled using c versus c++?
How can I run c program?
printf("%d",(printf("Hello")); What it returns?
How can variables be characterized?
What is the memory allocated by the following definition ? int (*x)();
In header files whether functions are declared or defined?
count the numbers between 100 and 300, that star with 2 and ends with 2
What are valid operations on pointers?
int x=5; printf("%d%d%d",x,x<<2,x>>2);
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
what are the different storage classes in c?