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 to receive strings with spaces in scanf()
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
how i m write c program 1.check prime number 2.prime number series
When is an interface "good"?
How will you delete a node in DLL?
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
Is c easier than java?
Tell me what are bitwise shift operators?
What is the purpose of void pointer?
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
How can you check to see whether a symbol is defined?