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
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Explain built-in function?
What is the role of && operator in a program code?
Is a house a shell structure?
Explain high-order and low-order bytes.
What are called c variables?
What does the error message "DGROUP exceeds 64K" mean?
Which is best book for data structures in c?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What happens if you free a pointer twice?
What are the different properties of variable number of arguments?
Write a program of advanced Fibonacci series.
How can I find the modification date and time of a file?
Explain how do you search data in a data file using random access method?