What is indirection in c?
No Answer is Posted For this Question
Be the First to Post Answer
Where is c used?
What is the difference between memcpy and memmove?
void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }
write a program to generate 1st n fibonacci prime number
What is difference between array and pointer in c?
Explain what is the stack?
program for comparing 2 strings without strcmp()
what is the difference between declaration and definition of a variable or function ?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What is the use of pointers in C?
0 Answers Impetus, Motorola, Tavant Technologies, Virtusa,
What is data structure in c language?
Explain how do you convert strings to numbers in c?