1,4,8,13,21,30,36,45,54,63,73,?,?.
Answer Posted / hitesh patel
85
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
write a program to display all prime numbers
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Why structure is used in c?
what type of questions arrive in interview over c programming?
What is const volatile variable in c?
What are data structures in c and how to use them?
Explain how can I right-justify a string?
Write a program to swap two numbers without using third variable in c?
Explain what is a static function?
How can I change the size of the dynamically allocated array?
Compare interpreters and compilers.
Is there sort function in c?
How do you declare a variable that will hold string values?
What are multibyte characters?
Where is volatile variable stored?