Answer Posted / vidhya lakshmi d
#include<stdio.h>
void main()
{
printf("\"hai\"");
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why can arithmetic operations not be performed on void pointers?
cavium networks written test pattern ..
Is there a way to switch on strings?
What are extern variables in c?
Explain what are reserved words?
Explain logical errors? Compare with syntax errors.
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What is wrong with this code?
List the difference between a "copy constructor" and a "assignment operator"?
write a program to concatenation the string using switch case?
how to write a c program to print list of fruits in alpabetical order?
When should structures be passed by values or by references?
What is the purpose of the statement: strcat (S2, S1)?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
Is register a keyword in c?