Is abstract thinking intelligence?
No Answer is Posted For this Question
Be the First to Post Answer
which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean
What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile
write a function that takes an integer array as an input and finds the largest number in the array. You can not sort array or use any API or searching needs?
2 Answers IBMS, Zycus Infotech,
what is mean by design pattern
What is polymorphism give a real life example?
Write a program to find out the number of palindromes in a sentence.
What is Agile methodology?
20 Answers ABC, Accenture, College School Exams Tests, Inmar, Microsoft, Sapient,
Generally, in all C++ programs, texts are in white colour. Can we change the colour of the text(either input or output or both)? If so, help me out.
can you give real time example for polymarphism
What is multilevel inheritance?
what is the use of template classes in c++
What is a scope operator and tell me its functionality?