Collection of free online books , free ebooks and free online tutorials
Online Interview Questions on C
| Below are the collection of Online Interview question and Technical question on C |
|
- Is **p and &(*p) same? View Answer
- Is **p and &(*p) same? View Answer
- Is **p and &(*p) same? View Answer
- What is the use of semicolon at the end of every statement?View Answer
- How to use the cprintf,cscanf,sscanf,sprintf,vsscanf,vsprintf,vscanf & vprintf? View Answer
- How can we find out prime numbers from 1 to 100 in C Program?View Answer
- How to convert decimal to octal and hexadecimal & binary using shift registers? View Answer
- What is the difference between Structure and Union?View Answer
- How to print
a statement without using printf() in c? View Answer
- How would you use the functions sin(),pow(),sqrt()? View Answer
- What are macros ?View Answer
- What is the difference between char *a and char a[]?View Answer
- What is a NULL pointer? How is it different from an unitialized pointer? How is a NULL pointer defined?View Answer
- What is a memory leak?View Answer
- What is the difference between malloc() and calloc()?View Answer
- Given only a pointer to a node to be deleted in a singly linked list, how do you delete it?View Answer
- Write a C program to find the depth or height of a tree.View Answer
- What is the difference between #include and #include ?file??View Answer
- What are Preprocessor Directives ?View Answer
- How do you find out if a linked-list has an end? (i.e. the list is not a cycle)View Answer
|
|
|
|