1,4,8,13,21,30,36,45,54,63,73,?,?.
Answer Posted / kumari prathipati
85
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Where can I get an ansi-compatible lint?
What is a structural principle?
What is a lvalue
in linking some of os executables are linking name some of them
How can you draw circles in C?
Write a program to check armstrong number in c?
Calculate 1*2*3*____*n using recursive function??
When should you not use a type cast?
Explain what are the standard predefined macros?
Explain what is the benefit of using #define to declare a constant?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Are comments included during the compilation stage and placed in the EXE file as well?
In a switch statement, explain what will happen if a break statement is omitted?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
What is structure data type in c?