main()
{
int x=5;
clrscr();
for(;x<= 0;x--)
{
printf("x=%d ", x--);
}
}
a. 5, 3, 1
b. 5, 2, 1,
c. 5, 3, 1, -1, 3
d. –3, -1, 1, 3, 5
Answers were Sorted based on User's Feedback
Answer / purushotam111
Just change the operator in for >= instead of <=
then our answer is 5 , 3 , 1
| Is This Answer Correct ? | 16 Yes | 2 No |
main() { char *p; int *q; long *r; p=q=r=0; p++; q++; r++; printf("%p...%p...%p",p,q,r); }
What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql
Declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
Is there any difference between the two declarations, 1. int foo(int *arr[]) and 2. int foo(int *arr[2])
main() { int i=4,j=7; j = j || i++ && printf("YOU CAN"); printf("%d %d", i, j); }
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
How can you relate the function with the structure? Explain with an appropriate example.
Who could write how to find a prime number in dynamic array?
main() { signed int bit=512, i=5; for(;i;i--) { printf("%d\n", bit >> (i - (i -1))); } } a. 512, 256, 0, 0, 0 b. 256, 256, 0, 0, 0 c. 512, 512, 512, 512, 512 d. 256, 256, 256, 256, 256
#include<stdio.h> main() { register i=5; char j[]= "hello"; printf("%s %d",j,i); }
how to concatenate the two strings
what is brs test reply me email me kashifabbas514@gmail.com