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

Answer Posted / sathya

it is the integer in decimal form..
#include<stdio.h>
main()
{
int sum;
sum=6+3;
printf("%d\n",sum);
}

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is operator overloading in c++ example?

654


Is c++ high level programming language?

677


What is c++ code?

591


what is the use of void main() in C++ language?

641


Is c++ double?

566






What is object oriented programming (oop)?

625


What is the array and initializing arrays in c++?

508


What is exception handling? Does c++ support exception handling?

591


How many types of comments are there in c++?

578


What is iomanip c++?

600


State two differences between C and C++.

610


Is it possible for a member function to delete the pointer, named this?

616


What are the various access specifiers in c++?

603


What is scope operator in c++?

567


What is the most common mistake on c++ and oo projects?

525