what is diognisis?
What do you mean by recursion in c?
What are terms in math?
What is the use of printf() and scanf() functions?
How can I use a preprocessorif expression to ?
What is pass by reference in functions?
What is the argument of a function in c?
what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }
Do you know what is the purpose of 'extern' keyword in a function declaration?
What is extern variable in c with example?
"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,
What is the use of ?
Write a program to reverse a given number in c language?