Explain setjmp()?
No Answer is Posted For this Question
Be the First to Post Answer
What are header files why are they important?
how to find sum of 5 digits in C?
what is the disadvantage of using macros?
how we do lcm of two no using c simple if while or for statement
Which is best book for data structures in c?
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
Describe the steps to insert data into a singly linked list.
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
Do you know the purpose of 'register' keyword?
How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.
Is javascript based on c?