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
What is use of null pointer in c?
what is the role you expect in software industry?
How many levels of indirection in pointers can you have in a single declaration?
What is time null in c?
What is a dynamic array in c?
What are the types of type qualifiers in c?
write a program to rearrange the array such way that all even elements should come first and next come odd
What is the acronym for ansi?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
What are external variables in c?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Describe how arrays can be passed to a user defined function
Explain the advantages and disadvantages of macros.
What is a shell structure examples?
Why can arithmetic operations not be performed on void pointers?