please give me some tips for the selection in TCS.
Answer Posted / vassu
Be cofident.... perfect with ur basics they don't ask u
deeply in tech round.... All the best....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Do you have any idea about the use of "auto" keyword?
What is queue in c?
What does 4d mean in c?
How can I access an I o board directly?
What are reserved words with a programming language?
What is the benefit of using an enum rather than a #define constant?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
show how link list can be used to repersent the following polynomial i) 5x+2
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is p in text message?
What is a program flowchart and how does it help in writing a program?
What functions are in conio h?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??