what are the interview question's in the language c
Answer Posted / shruti_kamthe
Interview questions in C would be :
- what are pointers?
- what do the .h files mean?
my fav ques - which i will always ask is :
** what is the differance between a[0] and *a.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Create a simple code fragment that will swap the values of two variables num1 and num2.
How can I remove the leading spaces from a string?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Is flag a keyword in c?
How do I create a directory? How do I remove a directory (and its contents)?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is pivot in c?
What is the use of clrscr?
What is meant by type casting?
what is uses of .net
What is uint8 in c?
What is the purpose of macro in C language?
What is preprocessor with example?
What is the purpose of main( ) in c language?