Answer Posted / aniket
Dennis Ritchie
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between getch() and getche() in c?
What is the full form of getch?
What is difference between static and global variable in c?
Where are some collections of useful code fragments and examples?
Mention four important string handling functions in c languages .
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
What is pointer to pointer in c?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
How macro execution is faster than function ?
What is return type in c?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Is c programming hard?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
What are examples of structures?
How can I prevent another program from modifying part of a file that I am modifying?