What is a scope resolution operator in c?
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
create an SINGLE LINKED LISTS and reverse the data in the lists completely
What is the use of putchar function?
two variables are added answer is stored on not for third variable how it is possible?
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,
What are dynamically linked and statically linked libraries?
write a program for the normal snake games find in most of the mobiles.
Can we change the value of constant variable in c?
diff .between strcture and union
What are the uses of pre-processor directives?
What is a const pointer in c?
What is the use of c language in real life?