Question { Accenture, 111129 }
how can u draw a rectangle in C
Answer
Is This Answer Correct ? | 3 Yes | 0 No |
Question { 5424 }
#include
main()
{
register i=5;
char j[]= "hello";
printf("%s %d",j,i);
}
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 11635 }
int i;
main(){
int t;
for ( t=4;scanf("%d",&i)-t;printf("%d\n",i))
printf("%d--",t--);
}
// If the inputs are 0,1,2,3 find the o/p
Answer
Is This Answer Correct ? | 13 Yes | 5 No |