What is the main difference between calloc () and malloc ()?
No Answer is Posted For this Question
Be the First to Post Answer
What is the data segment that is followed by c?
how to multiply two number taking input as a string (considering sum and carry )
which types of data structure will i use to convert infix to post fix???
Differentiate between full, complete & perfect binary trees.
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
What is time null in c?
what is the use of ~ in c lang?????
how do you execute a c program in unix.
What type of function is main ()?
What is the purpose of the preprocessor directive error?
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }