which type of question asked from c / c++ in interview.
Answer Posted / abhradeep chatterjee
conceptual questions which proves that the basic idea of
the candidate is clear.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What are pointers? Why are they used?
How many types of operators are there in c?
What are the different types of objects used in c?
What is the scope of static variable in c?
What is the difference between #include and #include 'file' ?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Explain how does flowchart help in writing a program?
Process by which one bit pattern in to another by bit wise operation is?
Describe the steps to insert data into a singly linked list.
What is an arrays?
What is the difference between text files and binary files?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
Why is c so popular?
What is the full form of getch?