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


Please Help Members By Posting Answers For Below Questions

Why is event driven programming or procedural programming, better within specific scenario?

1938


Write a program of prime number using recursion.

602


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

684


What does the error message "DGROUP exceeds 64K" mean?

715


When should the register modifier be used? Does it really help?

592






What does struct node * mean?

582


What is the difference between null pointer and wild pointer?

623


How do I use void main?

615


What is the argument of a function in c?

557


What are the types of variables in c?

570


Is that possible to store 32768 in an int data type variable?

674


Explain can the sizeof operator be used to tell the size of an array passed to a function?

578


What is main function in c?

535


Write a program to find factorial of a number using recursive function.

630


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

746