What is bash c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What is the heap in c?
how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y
How can I recover the file name given an open stream or file descriptor?
what is the use of c program?
4 Answers Synergy, Web Synergies,
What does %p mean c?
how to go with this?
What is function in c with example?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Why we use break in c?
What is the size of enum in bytes?
What are the different types of objects used in c?