What is NULL pointer?
What is static memory allocation? Explain
void main() { int a=1; while(a++<=1) while(a++<=2); }
What are derived data types in c?
What are the 5 data types?
What is #pragma statements?
What is assignment operator?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What does int main () mean?
#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
Why do we use namespace feature?
what is object oriental programing?