What is double pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
If fflush wont work, what can I use to flush input?
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
write function to reverse char array ... without using second array
what is the use of a array in c
What are the types of unary operators?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
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); }
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What is the difference between c &c++?
Explain what is a static function?
Is there a way to jump out of a function or functions?
Dear Sir, we are required the bubble sorting programs Regs Prem