int a=20;
int b=30;
int c=40;
printf("%d%d%d");
what will be the output?

Answer Posted / ankitdas

403020

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is table lookup in c?

632


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

649


What is a void * in c?

598


What is queue in c?

578


Can 'this' pointer by used in the constructor?

614






Why is extern used in c?

612


Explain what are linked list?

626


Linked lists -- can you tell me how to check whether a linked list is circular?

646


c program for searching a student details among 10 student details

1656


What is the purpose of scanf() and printf() functions?

725


What is time complexity c?

568


Why shouldn’t I start variable names with underscores?

625


What are the 4 types of organizational structures?

625


What does node * mean?

714


Distinguish between actual and formal arguments.

591