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
Explain why C language is procedural?
What is graph in c?
How can you check to see whether a symbol is defined?
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
Differentiate Source Codes from Object Codes
Why void is used in c?
What are the string functions? List some string functions available in c.
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?
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);
What does *p++ do? What does it point to?
Which node is more powerful and can handle local information processing or graphics processing?
Once I have used freopen, how can I get the original stdout (or stdin) back?
What is the c value paradox and how is it explained?
What are file streams?
What will be the outcome of the following conditional statement if the value of variable s is 10?