which type of question asked from c / c++ in interview.
Answers were Sorted based on User's Feedback
Answer / abhradeep chatterjee
conceptual questions which proves that the basic idea of
the candidate is clear.
| Is This Answer Correct ? | 12 Yes | 2 No |
What is the advantage of a random access file?
what is the output of printf("%d",(scanf("%d",10));
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
What is structure padding & expalain wid example what is bit wise structure?
c program to add and delete an element from circular queue using array
In C language what is a 'dangling pointer'?
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
Explain what is output redirection?
When is an interface "good"?
How is a structure member accessed?
Which built-in library function can be used to match a patter from the string?