Explain setjmp()?
No Answer is Posted For this Question
Be the First to Post Answer
what is the disadvantage of using macros?
What is the use of getchar functions?
How to reverse a linked list
1 Answers Aricent, Fidelity, IBM, TCS,
In a switch statement, what will happen if a break statement is omitted?
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
What is Full Form of C and Why We use C
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
how to do in place reversal of a linked list(singly or doubly)?
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
What is a program flowchart?
What is optimization in c?