When should volatile modifier be used?
No Answer is Posted For this Question
Be the First to Post Answer
struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,
What are dangling pointers? How are dangling pointers different from memory leaks?
Write a C/C++ program that 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
What is the meaning of c in c language?
Is it possible to run a c program without using main?If yes HOW??
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What is realloc in c?
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
What is Heap?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?