C,c++, Java is all are structural oriented or procedure
oriented language..?
Answer Posted / selva
procedure oriented language..
| Is This Answer Correct ? | 3 Yes | 12 No |
Post New Answer View All Answers
Is a pointer a kind of array?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Is c a great language, or what?
What is function prototype?
What is return type in c?
Can we add pointers together?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
What is dynamic dispatch in c++?
How main function is called in c?
Explain c preprocessor?
Can a void pointer point to a function?
How can you convert integers to binary or hexadecimal?
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(); }
Why do we use header files in c?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software