Follow Our FB Page << CircleMedia.in >> for Daily Laughter. We Post Funny, Viral, Comedy Videos, Memes, Vines...

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

CDAC C++ General Interview Questions
Questions Answers Views Company eMail

Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }

2 4513

Post New CDAC C++ General Interview Questions




Un-Answered Questions

a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2236


Is automation testing in agile methodology useful or not?

442


how to do aggregation (year wise quantity ) using only source qualifier, the source is sql server date as datetime data type and target as flat file with year (string datatype)

2134


How do populations of predators and preys vary in predatism?

17


What is provider in angular 2?

345






What are different forms of selenium?

446


Tell me, when a sample of germanium and silicon having same impurity density are kept at room temperature then resistivity of silicon will be higher than that of germanium, why?

418


What are the different types of mapping that can be used in PI?

211


What are the distinctive features of a ksda, key sequenced dataset?

435


What is cbp?

556


can anyone help me out with names of 3 leading 1)logistics companies 2) supply chain companies in the world

1558


What is your phone exe?

384


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

3585


How do you generate random numbers in C?

555


What is sqlconnection in c#?

392