Does c have circular shift operators?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
How can I list all of the predefined identifiers?
What functions are used for dynamic memory allocation in c language?
sum of two integers values only other then integer it should print invalid input.
How can I write a function analogous to scanf?
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
which operator is known as dummy operator in c?
who is the father of C Language?
20 Answers CTS, UST,
Are c and c++ the same?
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
what is difference between #include<stdio.h> and #include"stdio.h"