Answer Posted / kiruthiga
c is a general purpose proramming language
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
What are predefined functions in c?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
provide an example of the Group by clause, when would you use this clause
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
By using C language input a date into it and if it is right?
What is restrict keyword in c?
Stimulate calculator using Switch-case-default statement for two numbers
What are structures and unions? State differencves between them.
What is output redirection?
Why should I prototype a function?
What is a void * in c?
Implement bit Array in C.
How do you use a pointer to a function?
Differentiate fundamental data types and derived data types in C.