Answer Posted / vijay kumar tiwari
#include<iostream.h>
main()
{
cout<<"hello";
}
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
which is conditional construct a) if statement b) switch statement c) while/for d) goto
write a program fibonacci series and palindrome program in c
What is dangling pointer in c?
What do you know about the use of bit field?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
What is the difference between far and near in c?
Is fortran still used in 2018?
how could explain about job profile
Why static variable is used in c?
Explain indirection?
What is function and its example?
What should malloc() do?
Write a program to check armstrong number in c?
How many levels of indirection in pointers can you have in a single declaration?
please send me the code for multiplying sparse matrix using c