Why ordinary variable store only one value
No Answer is Posted For this Question
Be the First to Post Answer
Why c is called procedure oriented language?
Is flag a keyword in c?
Why doesnt the call scanf work?
Explain spaghetti programming?
How can I find out how much free space is available on disk?
What is the difference between a structure and a union?
write a method for an array in which it can display the largest n next largest value.
What are conditional operators in C?
What are local static variables?
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
What is function pointer and where we will use it
write a addition of two no. program with out using printf,scanf,puts .