How to declare a variable?
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
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Differentiate between the expression “++a” and “a++”?
what about "char *(*(*a[])())();"
1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do
1 Answers AAS, Nagarro, Vuram,
What are the advantages of using Unions?
How can I open files mentioned on the command line, and parse option flags?
What are the types of type qualifiers in c?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
what are the advantages & disadvantages of unions?
What are the storage classes in C?
an algorithem for the implementation of circular doubly linked list