When can you use a pointer with a function?
In which category does main function belong??
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database
2 Answers TCS, Unisys, Webyog,
What is a #include preprocessor?
Differentiate between functions getch() and getche().
Difference between malloc() and calloc() function?
Why cann't whole array can be passed to function as value.
What is the difference between calloc() and realloc()?
Explain do array subscripts always start with zero?
what do the 'c' and 'v' in argc and argv stand for?
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
how to add two numbers without using arithmetic operators?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none