What are the disadvantages of a shell structure?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....
What is difference between Structure and Unions?
Difference between linking and loading?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
Is printf a keyword?
What are the primitive data types in c?
C program to perform stack operation using singly linked list
Distinguish between actual and formal arguments.
Which is the best sort method for library management?
What are the functions to open and close file in c language?
How can I access memory located at a certain address?
What is infinite loop?