Answer Posted / priyanka
I want to join syntel because it would be the perfect start for my career as well as it would also help me to grown up personally and professionally.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is table lookup in c?
What is the best way to comment out a section of code that contains comments?
Define and explain about ! Operator?
what is the basis for selection of arrays or pointers as data structure in a program
What are local static variables?
Explain goto?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What does node * mean?
Which is best book for data structures in c?
What is size of union in c?
What is chain pointer in c?
What is merge sort in c?
Why main is not a keyword in c?
Why main is used in c?
What is type qualifiers?