What is the output of printf("%d")?

Answer Posted / sanjiv

It will give a garbage value. It is tested.

Is This Answer Correct ?    15 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a hashmap c++?

570


What do you mean by global variables?

572


What do you mean by function and operator overloading in c++?

611


What is the function of I/O library in C++ ?

664


How much do c++ programmers make?

564






Why do we use using namespace std in c++?

601


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

335


What is a v-table?

647


How is c++ different from java?

561


What is a block in c++?

551


Program to check whether a word is a sub-string or not of a string typed

1596


Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).

634


Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?

3699


Write about c++ storage classes?

750


Can we specify variable field width in a scanf() format string? If possible how?

662