What is the difference between the local variable and global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between structure and union in c programming?
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
What is an operator?
In scanf h is used for
simple program of graphics and their output display
Why header file is used in c?
what is level of tree if leaf node is at level 4.please explain.
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
4. main() { int c=- -2; printf("c=%d",c); }
What is union and structure in c?
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
How can I insert or delete a line (or record) in the middle of a file?