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

Post New Answer

More C Interview Questions

What are header files and explain what are its uses in c programming?

0 Answers  


Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.

2 Answers  


What is sizeof array?

0 Answers  


#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?

6 Answers  


What math functions are available for integers? For floating point?

0 Answers  






How to write c functions that modify head pointer of a linked list?

0 Answers  


input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure

4 Answers   IBM,


How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?

2 Answers  


Explain how does free() know explain how much memory to release?

0 Answers  


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers   Vector India,


difference of two no's with out using - operator

7 Answers  


What is %d used for?

0 Answers  


Categories