What is the return type of sizeof?
No Answer is Posted For this Question
Be the First to Post Answer
what is the maximum no. of bytes calloc can allocate
What is volatile variable how do you declare it?
What is wild pointer in c with example?
Do you know the use of fflush() function?
Explain how do you search data in a data file using random access method?
How the c program is executed?
what is the use of using linked list and array?
Which one would you prefer - a macro or a function?
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What are advantages and disadvantages of recursive calling ?
12 Answers College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above