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

What is difference between class and structure?

564


What is 2c dna?

602


What does %2f mean in c?

672


Can we initialize extern variable in c?

626


#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1257






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

569


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

2644


How many types of functions are there in c?

579


Why void main is used in c?

559


Is there a built-in function in C that can be used for sorting data?

742


What is extern c used for?

566


What are identifiers and keywords in c?

564


What is #pragma statements?

583


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1759


How is actual parameter different from the formal parameter?

585