Answer Posted / anil kumar nahak
void main()
{
printf("\"hai\"");
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
find out largest elemant of diagonalmatrix
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
How do you list files in a directory?
Where are c variables stored in memory?
What are types of structure?
Explain c preprocessor?
Is null valid for pointers to functions?
What is structure padding and packing in c?
What is the right way to use errno?
What is #define in c?
Why doesn't C support function overloading?
How many levels of indirection in pointers can you have in a single declaration?
What is variable and explain rules to declare variable in c?
How can you return multiple values from a function?