Where register variables are stored in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the concepts introduced in OOPs?
can anyone suggest some site name..where i can get some good data structure puzzles???
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
Why we use stdio h in c?
Can you return null in c?
How do shell structures work?
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(); }
write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 Answers ABC, College School Exams Tests,
What is the difference between c and python?
How variables are declared in c?
20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????
which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma
16 Answers Accenture, Infosys, TCS, Wipro,