Answer Posted / sindhu
#define my main()
my()
{
printf("hello frnz");
}
| Is This Answer Correct ? | 14 Yes | 7 No |
Post New Answer View All Answers
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
How will you find a duplicate number in a array without negating the nos ?
What is the full form of getch?
how we can make 3d venturing graphics on outer interface
what is the format specifier for printing a pointer value?
how do you programme Carrier Sense Multiple Access
What does the file stdio.h contain?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
What is a scope resolution operator in c?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What are pointers? Why are they used?
Explain the difference between ++u and u++?
What are enums in c?
What is wrong in this statement? scanf(ā%dā,whatnumber);
How can I split up a string into whitespace-separated fields?