how to print "hai" in c?
Answers were Sorted based on User's Feedback
Answer / shabeer v c
#include<stdio.h>
void main()
{
printf(" \"hai"\ ");
getch();
}
| Is This Answer Correct ? | 0 Yes | 5 No |
#include<stdio.h>
#include<conio.h>
void main()
{
printf("hai");
getch();
}
| Is This Answer Correct ? | 1 Yes | 7 No |
How can I find out how much free space is available on disk?
Explain what math functions are available for integers? For floating point?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
In C programming, what command or code can be used to determine if a number of odd or even?
What is local and global variable in c?
say the following declaration is correct nr not. int b=a,n=0;
post new interiew question and aptitude test papers
How do you use a pointer to a function?
i got 75% in all semester am i eligible for your company
What is dangling pointer in c?
2. What does static variable mean?
WHO WROTE C LANGUAGE?