Answer Posted / sivasiva
=
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is clrscr ()?
What is array within structure?
Difference between Shallow copy and Deep copy?
Why is c so important?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What is pointers in c?
Is javascript written in c?
Explain the advantages of using macro in c language?
Differentiate between functions getch() and getche().
given post order,in order construct the corresponding binary tree
What is indirection? How many levels of pointers can you have?
Why does notstrcat(string, "!");Work?
a c code by using memory allocation for add ,multiply of sprase matrixes
Do you know the difference between exit() and _exit() function in c?
What is wrong with this initialization?