Answer Posted / satya.tivari
a function is a block of code or a logic by using some
methods that to be executed.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What are the uses of null pointers?
what is the significance of static storage class specifier?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What is getche() function?
What is the difference between char array and char pointer?
What is the difference between far and near in c?
How do you convert strings to numbers in C?
What are local static variables?
What is difference between structure and union with example?
What are the different types of errors?
Explain what is wrong with this program statement? Void = 10;
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 are the 5 organizational structures?
What is the meaning of typedef struct in c?