Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17
No Answer is Posted For this Question
Be the First to Post Answer
how to use showbits function?
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
What is output redirection?
Write a program to accept a character & display its corrosponding ASCII value & vice versa?
how can i print "hello"
Which sorting algorithm is the best?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
1)what is the error in the following stmt where str is a char array and the stmt is supposed to traverse through the whole character string str? for(i=0;str[i];i++) a)There is no error. b)There shud be no ; after the stmt. c)The cond shud be str[i]!='\0' d)The cond shud be str[i]!=NULL e)i shud be initialized to 1
int i=10; printf("%d %d %d", i, i=20, i);
What is assert and when would I use it?
Why header file is used in c?
What is this pointer in c plus plus?