Answer Posted / siva
we can use more than one variable
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Why is c called "mother" language?
What is the role of this pointer?
What is the need of structure in c?
How do you use a pointer to a function?
What is typedf?
What is the meaning of && in c?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
Why are algorithms important in c program?
How can I trap or ignore keyboard interrupts like control-c?
Is c procedural or object oriented?
What is difference between structure and union in c programming?
What is the significance of an algorithm to C programming?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
what is the different bitween abap and abap-hr?
What is 1d array in c?