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
Write a Program to accept different goods with the number, price and date of purchase and display them
Is void a keyword in c?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Explain what standard functions are available to manipulate strings?
Explain what are preprocessor directives?
What is keyword in c?
What is the right type to use for boolean values in c? Is there a standard type?
what is the significance of static storage class specifier?
What does it mean when a pointer is used in an if statement?
What is the use of #define preprocessor in c?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
Is c is a high level language?
Explain low-order bytes.
How many keywords (reserve words) are in c?