What is chain pointer in c?
Find the highest of three numbers and print them using ascending orders?
Tell me when is a void pointer used?
Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a
what is object oriental programing?
C program to perform stack operation using singly linked list
What does sizeof function do?
What is the use of a semicolon (;) at the end of every program statement?
to get a line of text and count the number of vowels in it
What is the condition that is applied with ?: Operator?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
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,
which operator is known as dummy operator in c?