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 does s c mean on snapchat?
What is spaghetti programming?
If we give two names then this displays the connection between the two people. It is nothing but flames game
What is a wrapper function in c?
how can i sort numbers from ascending order and descending order using turbo c..
What is c preprocessor mean?
How we can set and clear bit in a byte using macro function?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
Is c high or low level?
write a program to generate 1st n fibonacci prime number
Explain the difference between exit() and _exit() function?