which will be first in c compiling ,linking or compiling
,debugging.
Answer
| Is This Answer Correct ? | 4 Yes | 0 No |
Question { 13061 }
A 3 digit number is such that it's unit digit is equal to
the product of the other two digits which are prime. Also,
the difference between it's reverse and itself is 396.
What is the sum of the three digits?
Answer
| Is This Answer Correct ? | 6 Yes | 1 No |
Question { 22940 }
can u prove that 1=2?
is it possible?
Answer
| Is This Answer Correct ? | 1 Yes | 2 No |
Question { 62940 }
Write a program in c to input a 5 digit number and print it
in words.
Answer
| Is This Answer Correct ? | 25 Yes | 37 No |
The code is::::: if(condition)
Printf("Hello");
Else
Printf("World");
What will be the condition in if in such a way that both
Hello and world are printed in a single attempt?????? Single
Attempt in the sense... It must first print "Hello" and it
Must go to else part and print "World"..... No loops,
Recursion are allowed........................
Answer
| Is This Answer Correct ? | 5 Yes | 5 No |
The code is::::: if(condition)
Printf("Hello");
Else
Printf("World");
What will be the condition in if in such a way that both
Hello and world are printed in a single attempt?????? Single
Attempt in the sense... It must first print "Hello" and it
Must go to else part and print "World"..... No loops,
Recursion are allowed........................
Answer
| Is This Answer Correct ? | 4 Yes | 4 No |
Question { 11237 }
*suppose u have 2 distribute a sum rs 50 among 30 studnt .it
is also decided that a male student will get double than of
female student.find the no. of male n female student of class?
Answer
| Is This Answer Correct ? | 1 Yes | 0 No |
Question { BA Continnum Solutions, 16889 }
if (x-a) power(degree) is 1 and (x-a)(x-b) power is 2 then
(x-a)(x-b).........upto ...(x-z) power(degree) is how much?
Answer
| Is This Answer Correct ? | 7 Yes | 1 No |
Question { 4629 }
what are the general concepts of c and c++
Answer
| Is This Answer Correct ? | 2 Yes | 0 No |
Classic: If a bear walks one mile south, turns left and
walks one mile to the east and then turns left again and
walks one mile north and arrives at its original position,
what is the color of the bear
Answer
| Is This Answer Correct ? | 1 Yes | 26 No |
what type of language is C?
Answer
| Is This Answer Correct ? | 71 Yes | 11 No |