Explain what is operator promotion?
No Answer is Posted For this Question
Be the First to Post Answer
2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hello World without changing main() the o/p should be intialisation Hello World Desruct the changes should be a)iostream operator<<(iostream os, char*s) os<<'intialisation'<<(Hello World)<<Destruct b) c) d)none of the above
explain how do you use macro?
i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).
All technical questions
post new interiew question and aptitude test papers
write a program for egyptian fractions in c?
What is a file descriptor in c?
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
Explain modulus operator. What are the restrictions of a modulus operator?
compare array with pointer?
What does calloc stand for?
How do we make a global variable accessible across files? Explain the extern keyword?