How many levels of pointers can you have?
No Answer is Posted For this Question
Be the First to Post Answer
What is the diffrent between while and do while statement ?
Write a program to find factorial of a number using recursive function.
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
write a program to copy a string without using a string?
What is the c value paradox and how is it explained?
1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.
What is an array in c?
What is huge pointer in c?
Disadvantages of C language.
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;