Is c easier than java?
No Answer is Posted For this Question
Be the First to Post Answer
What does the c in ctime mean?
What is self-referential structure in c programming?
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
Explain what is a stream?
Can we change the value of constant variable in c?
What is bubble sort technique in c?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
What is a stream water?
What is define c?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
What is the difference between struct and union in C?