What is #pragma statements?
What is malloc return c?
When a c file is executed there are many files that are automatically opened what are they files?
What does c in a circle mean?
Are c and c++ the same?
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
What is a pointer on a pointer in c programming language?
Write a program to print factorial of given number using recursion?
What is clrscr ()?
provide an example of the Group by clause, when would you use this clause
Why isnt there a numbered, multi-level break statement to break out
What are the types of data structures in c?
How can I read in an object file and jump to locations in it?
Tell me is null always defined as 0(zero)?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?