What is the significance of an algorithm to C programming?
How can I find the modification date and time of a file?
What is main () in c?
write a program to swap two numbers without using temporary variable?
What is the difference between int main and void main in c?
What is the acronym for ansi?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
How does normalization of huge pointer works?
Write a program to print ASCII code for a given digit.
Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
What is a Deque?