What is the use of sizeof?
main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
What is the difference between fread and fwrite function?
What are the advantages of using Unions?
Why Modern OS are interrupt driven?Give an example
Disadvantages of C language.
What is signed and unsigned?
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,
Which header file is used for clrscr?
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
consagous technology placement paper
What are the types of data structures in c?