Question { 9095 }
find largest of 3 no
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 7414 }
Write a program that takes a 5 digit number and calculates 2
power that number and prints it
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 7414 }
Write a program that takes a 5 digit number and calculates 2
power that number and prints it
Answer
Is This Answer Correct ? | 0 Yes | 1 No |
Question { 6180 }
What is diffrance between declaration and defination of a variable or function
Answer
Is This Answer Correct ? | 2 Yes | 0 No |
Question { 6197 }
can please someone teach me how to create this program using
while statement.. this is the output should look like
0
2
4
6
8
10
-thanks.. :) need it asap...
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Question { Burning Glass, 15489 }
#include
#include
# define swap(a,b) temp=a; a=b; b=temp;
void main( )
{
int i, j, temp;
i=5;
j=10;
temp=0;
if( i > j)
swap( i, j );
printf( "%d %d %d", i, j, temp);
}
Answer
Is This Answer Correct ? | 0 Yes | 7 No |
Question { 5553 }
Sir,please help me out with the output of this programme:-
#include
#include
void main()
{
int a=18,b=12,i;
for(i=a
printf("%d %d",i);
}
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 4857 }
#include
#include
void main()
{
char ch='\356';
printf("%d",ch);
}
o/p=-18 why?plz.explain
Answer
Is This Answer Correct ? | 0 Yes | 1 No |
Question { 6486 }
can v write main()
{
main();
}
Is it true?
Answer
Is This Answer Correct ? | 2 Yes | 0 No |
Question { 9936 }
what will be the output of "printf("%d%d",scanf("%d%
d",&a,&b))".provide an explation regarding the question
Answer
Is This Answer Correct ? | 2 Yes | 1 No |
Question { 9936 }
what will be the output of "printf("%d%d",scanf("%d%
d",&a,&b))".provide an explation regarding the question
Answer
Is This Answer Correct ? | 2 Yes | 0 No |
Question { 5520 }
find the minimum of three values inputted by the user
Answer
Is This Answer Correct ? | 4 Yes | 0 No |
Question { 5520 }
find the minimum of three values inputted by the user
Answer
Is This Answer Correct ? | 2 Yes | 0 No |