Explain the use of #pragma exit?
No Answer is Posted For this Question
Be the First to Post Answer
What is null in c?
What is structure data type in c?
what is the format specifier for printing a pointer value?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
Is that possible to add pointers to each other?
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
Explain what are linked list?
without using arithmatic operator solve which number is greater??????????
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
What is the difference between memcpy and memmove?
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
How can I send mail from within a c program?