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?
WAP to find that given no is small or capital
What language is windows 1.0 written?
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
Write a program to accept a character & display its corrosponding ASCII value & vice versa?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }
totally how much header files r in c language
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What is build process in c?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
write a program to compare 2 numbers without using logical operators?