hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is a newline escape sequence?
How will you delete a node in DLL?
How do you use a pointer to a function?
Which of these functions is safer to use : fgets(), gets()? Why?
What is a far pointer in c?
What is a struct c#?
Distinguish between actual and formal arguments.
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Where are the auto variables stored?
What are the advantages of c language?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What is c programming structure?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What is cohesion in c?