HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I
NEED AN ANSWER THAT IMPRESS THE INTERVIEWER
Answer Posted / bdlfbsdkighldfg
Hai sir i am very dedicated and innnovative to the work,
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is union and structure in c?
What's the total generic pointer type?
What are identifiers and keywords in c?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
How is actual parameter different from the formal parameter?
What are the differences between Structures and Arrays?
What are the advantages of external class?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Is file a keyword in c?
What is the purpose of main() function?
Differentiate call by value and call by reference?
Define recursion in c.
what do the 'c' and 'v' in argc and argv stand for?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9