Answer Posted / rahul
Did you ask the interviewer this question or the interviewer
asked you this?
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is c basic?
What are the disadvantages of c language?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Explain how can you check to see whether a symbol is defined?
Is main an identifier in c?
What is getch?
What are preprocessor directives in c?
Can stdout be forced to print somewhere other than the screen?
Explain 'bit masking'?
What is the meaning of c in c language?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is dynamic dispatch in c++?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What is a nested loop?
write a program to find the given number is prime or not