Which is the best website to learn c programming?
No Answer is Posted For this Question
Be the First to Post Answer
What is size of union in c?
Write a program that his output 1 12 123
Write a program to generate the first n terms in the series --- 9,11,20,31,...,82
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
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(); }
will u give me old quesrion papers for aptitude for L & t info tech?
Where are the auto variables stored?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What is modifier & how many types of modifiers available in c?
What do you understand by normalization of pointers?
Explain what is the best way to comment out a section of code that contains comments?
main difference between c and c++ language