What is pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
Difference between fopen() and open()?
Give a fast way to multiply a number by 7
15 Answers Accenture, Aricent, Microsoft,
i got 75% in all semester am i eligible for your company
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
Where local variables are stored in c?
write a function which accept two numbers from main() and interchange them using pointers?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
formula to convert 2500mmh2o into m3/hr
how to swap 2 numbers within a single statement?
Why calloc is better than malloc?
What is C++