Answer Posted / guest
because i think it is the perfect start for my future. and
think iwill gain a lots of experience by working in syntel
| Is This Answer Correct ? | 53 Yes | 22 No |
Post New Answer View All Answers
What are the types of arrays in c?
Are the outer parentheses in return statements really optional?
Using which language Test cases are added in .ptu file of RTRT unit testing???
Do pointers take up memory?
What is nested structure?
i got 75% in all semester am i eligible for your company
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
What is an lvalue?
Do pointers store the address of value or the actual value of a variable?
Explain what is the benefit of using const for declaring constants?
What is 1d array in c?
Why is c called a structured programming language?
What do the functions atoi(), itoa() and gcvt() do?
Why do we need a structure?
What is meant by realloc()?