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 the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
write a program to print sum of each row of a 2D array.
tell me the full form of c?
How can I recover the file name given an open stream or file descriptor?
How can I read and write comma-delimited text?
Explain what standard functions are available to manipulate strings?
c program to subtract between two numbers without using '-' sign and subtract function.
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Explain how many levels deep can include files be nested?
why the execution starts from main function