How many levels of pointers can you have?
No Answer is Posted For this Question
Be the First to Post Answer
what does exit() do?
program to find a smallest number in an array
Explain how do I determine whether a character is numeric, alphabetic, and so on?
Why is it usually a bad idea to use gets()? Suggest a workaround.
What is a memory leak? How to avoid it?
to find the program of matrix multiplication using arrays
which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}
Can one function call another?
what is uses of .net
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?
program to find the roots of a quardratic equation