WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE
CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
int *a[5] refers to
Is c is a procedural language?
Explain output of printf("Hello World"-'A'+'B'); ?
What is #define?
What is the default value of local and global variables in c?
what is the difference between const volatile int i & volatile const int j;
what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(“ %d\n”,sum); } what is the difference between a=10 and a=010??
How can you find the exact size of a data type in c?
write a “Hello World” program in “c” without using a semicolon?
The differences between Windows XP and Windows Visa
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
what are the various memory handling mechanisms in C ?