Answer Posted / rahul
Did you ask the interviewer this question or the interviewer
asked you this?
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Differentiate call by value and call by reference?
Is main an identifier in c?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What does == mean in texting?
What do you know about the use of bit field?
What are the various types of control structures in programming?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What is queue in c?
Why is c platform dependent?
How do you print only part of a string?
What is keyword with example?
Is a house a mass structure?
Explain what is the difference between a free-standing and a hosted environment?