What is sizeof return in c?
No Answer is Posted For this Question
Be the First to Post Answer
How do you initialize pointer variables?
Do pointers store the address of value or the actual value of a variable?
Explain what a Binary Search Tree is.
A program to allow an input operand and operator from the operator and read on the display and output operand.
How can I write functions that take a variable number of arguments?
What is difference between stdio h and conio h?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
Explain this code. #include <stdio.h> void f1(int *k) { *k = *k + 10; } main ( ){ int i; i = 0; printf (" The value of i before call %d \n", i); f1 (&i); printf (" The value of i after call %d \n", i); }
How will you allocate memory to double a pointer?
what is a void pointer?
Why doesnt this code work?
what are you see during placement time in the student.
0 Answers Goldman Sachs, TCS, Tech Solutions,