main()
{
int x=5,y=10,z=0;
x=x++ + y++;
y=y++ + ++x;
z=x++ + ++y;
printf("%d%d%d\n",x,y,z);
}
What are enums in c?
will u please send me the placement papers to my mail???????????????????
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā); #endif
Who invented b language?
why wipro wase
What does emoji p mean?
C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
What are the benefits of c language?
Why do we need arrays in c?
What is the scope of local variable in c?