Answer Posted / shabeer v c
#include<stdio.h>
void main()
{
printf(" \"hai"\ ");
getch();
}
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Why is a semicolon (;) put at the end of every program statement?
what are bit fields in c?
What do you mean by recursion in c?
How does normalization of huge pointer works?
What is optimization in c?
What are runtime error?
What is a program flowchart and how does it help in writing a program?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What is the use of function overloading in C?
The statement, int(*x[]) () what does in indicate?
Explain what is wrong with this program statement?
Explain argument and its types.
What is dynamic dispatch in c++?
What is the use of getchar functions?