write a program in c language to print your bio-data on the
screen by using functions.

Answer Posted / sourabh kumar saw

Boi

Is This Answer Correct ?    5 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are bitwise shift operators in c programming?

656


application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

621


How can I read/write structures from/to data files?

558


Are pointers integers in c?

619


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

621






what is a NULL Pointer? Whether it is same as an uninitialized pointer?

771


What is size of union in c?

590


What is variables in c?

615


What is wrong in this statement? scanf(ā€œ%dā€,whatnumber);

735


Write a program to print "hello world" without using a semicolon?

606


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

660


which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

1429


How can I trap or ignore keyboard interrupts like control-c?

631


What do the functions atoi(), itoa() and gcvt() do?

732


What is use of bit field?

784