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
Explain how does flowchart help in writing a program?
What is the heap?
What is a 'null pointer assignment' error?
What is the advantage of a random access file?
how many errors in c explain deply
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
How does #define work?
What are the advantages of Macro over function?
How can I read in an object file and jump to locations in it?
What is void main ()?
Explain what is a const pointer?
Can you write a programmer for FACTORIAL using recursion?
Why do we use static in c?
What is the use of pragma in embedded c?
Is it possible to pass an entire structure to functions?