What is format for defining a structure?
No Answer is Posted For this Question
Be the First to Post Answer
Describe delete operator?
How is static data member similar to a global variable?
What is a manipulator in c++?
Does there exist any other function which can be used to convert an integer or a float to a string?
founder of c++
7 Answers Microtek, TCS, TeleCommand,
Which is most difficult programming language?
What are the uses of c++ in the real world?
What is the difference between a definition and a declaration?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
What is a binary file? List the merits and demerits of the binary file usagein C++.
Explain the difference between c & c++?
given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you