What is exit() function?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to generate 1st n fibonacci prime number
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
errors in computer programmes are called
In which language linux is written?
How would you sort a linked list?
define switch statement?
What is the difference between typedef struct and struct?
What is the difference between mpi and openmp?
int x=5; printf("%d%d%d",x,x<<2,x>>2);
How #define works?
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort
Mention four important string handling functions in c languages .