What does %p mean?
No Answer is Posted For this Question
Be the First to Post Answer
How many levels of pointers have?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What does a run-time "null pointer assignment" error mean?
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
Explain the use of function toupper() with and example code?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What is echo in c programming?
Explain Linker and Loader
say the following declaration is correct nr not. int b=a,n=0;
can we change the default calling convention in c if yes than how.........?
will u give me old quesrion papers for aptitude for L & t info tech?
write a program of palindrome(madam=madam) using pointer?