How can I check whether a file exists? I want to warn the user if a requested input file is missing.
How can I read and write comma-delimited text?
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.
explain memory layout of a C program
Is it possible to have a function as a parameter in another function?
What are the advantages of using new operator as compared to the function malloc ()?
What is double pointer in c?
How can you determine the size of an allocated portion of memory?
User define function contain thier own address or not.
write an algorithm and c program to add two 2x2 matrics
array of pointer pointer to array pointer to pointer
what is the difference between procedure oriented and object oriented progaming language
Explain what is a program flowchart and explain how does it help in writing a program?