What is pragma in c?
No Answer is Posted For this Question
Be the First to Post Answer
1 232 34543 4567654 can anyone tell me how to slove this c question
what is c language.
What do you mean by recursion in c?
Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);
how to construct a simulator keeping the logical boolean gates in c
Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.
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(); }
Disadvantages of C language.
What are directives in c?
define c
What is getch?
What does the function toupper() do?