What is pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
What does malloc () calloc () realloc () free () do?
What are signals in C?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
What is dangling pointer in c?
hi send me sample aptitude papers of cts?
what is the size of an integer variable?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
Can a local variable be volatile in c?
how to find the binary of a number?
char ch="{'H','I',0};printf("%s",ch);what is output
Explain the Difference between the New and Malloc keyword.