What is the output of printf("%d")?
Answer Posted / reegan
printf"%d");
it just prints '0'
| Is This Answer Correct ? | 12 Yes | 21 No |
Post New Answer View All Answers
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Explain linear search.
What is time_t c++?
Where is atoi defined?
Define macro.
Can a class be static in c++?
Keyword mean in declaration?
Explain friend class?
Differentiate between a pointer and a reference with respect to c++.
What are dynamic type checking?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
Explain the volatile and mutable keywords.
what is data abstraction in C++?
What are the advantages of pointers?
What does obj stand for?