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


Please Help Members By Posting Answers For Below Questions

Explain why C language is procedural?

945


What is graph in c?

789


How can you check to see whether a symbol is defined?

792


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

2417


Differentiate Source Codes from Object Codes

1106






Why void is used in c?

756


What are the string functions? List some string functions available in c.

779


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?

1216


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

831


What does *p++ do? What does it point to?

793


Which node is more powerful and can handle local information processing or graphics processing?

1055


Once I have used freopen, how can I get the original stdout (or stdin) back?

810


What is the c value paradox and how is it explained?

769


What are file streams?

755


What will be the outcome of the following conditional statement if the value of variable s is 10?

1020