WAP to accept first name,middle name & last name of a
student display its initials?
Answer Posted / ankush
hiiii Chandan
your answer is wrong...
first you use print this is wrong....it's printf....
&we cant store string in array by using %c operator...
here we use %s to store a string or print a string...
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Explain enumerated types.
How do we print only part of a string in c?
What is wrong in this statement? scanf(ā%dā,whatnumber);
What is the benefit of using const for declaring constants?
What is putchar() function?
What are 'near' and 'far' pointers?
Write the syntax and purpose of a switch statement in C.
Explain enumerated types in c language?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Differentiate between new and malloc(), delete and free() ?
what is the difference between class and unio?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Explain the use of #pragma exit?
Why is c so important?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...