What is null character in c?
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
Explain the concept of "dangling pointers" in C.
What is the difference between ++a and a++?
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
Can I initialize unions?
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
Which header file is essential for using strcmp function?
What is difference between scanf and gets?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
Is multithreading possible in c?
What does c mean in basketball?
What is linear search?