How to write a multi-statement macro?
What is the purpose of sprintf() function?
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)
Can we change the value of constant variable in c?
What is action and transformation in spark?
What are the 5 organizational structures?
What does *p++ do? What does it point to?
How can a program be made to print the name of a source file where an error occurs?
What is malloc() function?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Explain low-order bytes.
What is the symbol indicated the c-preprocessor?
Why structure is used in c?
What do you mean by dynamic memory allocation in c?
Differentiate between #include<...> and #include '...'