What is the equivalent of Pascal's Real
a) unsigned int
b) float
c) char
No Answer is Posted For this Question
Be the First to Post Answer
What are the benefits of pointers?
What is iterator c++?
what is data Abstraction? and give example
147 Answers Aaditya Info Solutions, American Express, CMS, College School Exams Tests, Data Entry Operator, First Advantage, Google, HCL, IBM, Infosys, Microsoft, Mind Links, NIIT, Oracle, Pact, QBit Systems, TCS, WAYA, Wipro,
implement stack using stack.h headerfile functions
1 Answers Exilant, GMG, Subex, University,
What is pair in c++?
What are the basics of local (auto) objects?
What is the arrow operator in c++?
write a program to add two numbers without using an arithmetic operator.
if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.
Which algorithm do you like the most? Why?
Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
Define a way other than using the keyword inline to make a function inline?