prog for 1st five prime numbers in 2^x - 1


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

define function

4 Answers   Assurgent, Sonata,


how can write all 1to 100 prime numbers using for loop,if and break ?

2 Answers   TCS,


a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none

0 Answers  


write a program to display the frequency of each element in a given array in c language

1 Answers  


write a string copy function routine?

2 Answers  






Apart from dennis ritchie who the other person who contributed in design of c language.

0 Answers  


why return type of main is not necessary in linux

0 Answers   TCS,


Tell me what is the purpose of 'register' keyword in c language?

0 Answers  


Are there namespaces in c?

0 Answers  


How macro execution is faster than function ?

0 Answers   Wipro,


main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?

5 Answers   TCS,


write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4

9 Answers   IBM, NIIT, Winit,


Categories