WAP to accept first name,middle name & last name of a
student display its initials?
Answer Posted / rina
if nybody nows the answer thn tell me pls.
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
Differentiate between calloc and malloc.
What does double pointer mean in c?
show how link list can be used to repersent the following polynomial i) 5x+2
What are the different types of control structures in programming?
write a c program for swapping two strings using pointer
C language questions for civil engineering
What is the general form of a C program?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What is the benefit of using #define to declare a constant?
In C language, a variable name cannot contain?
What is #error and use of it?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
what is the basis for selection of arrays or pointers as data structure in a program