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
Array is an lvalue or not?
What is wrong in this statement? scanf(ā%dā,whatnumber);
What is sizeof int?
Whats s or c mean?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What are header files in c?
write a program for the normal snake games find in most of the mobiles.
Explain the binary height balanced tree?
Write a code to generate divisors of an integer?
What does a pointer variable always consist of?
What is the heap?
how logic is used
Explain the ternary tree?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is the most efficient way to count the number of bits which are set in an integer?