printf("%d",(printf("Hello")); What it returns?
Answer Posted / anil kumar
Result is Hello5
Inner printf prints Hello and outer printf gives length of
string i.e. 5
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is the easiest sorting method to use?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Write a program to maintain student’s record. Record should
not be available to any unauthorized user. There are three
(3) categories of users. Each user has its own type. It
depends upon user’s type that which kind of operations user
can perform. Their types and options are mentioned below:
1. Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record)
2. Super Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record, Delete Single Record)
3. Guest
(Search Record [by Reg. No or Name], View All Records)
When first time program runs, it asks to create accounts.
Each user type has only 1 account (which means that there
can be maximum 3 accounts). In account creation, following
options are required:
Login Name: <6-10 alphabets long, should be unique>
Password: <6-10 alphabets long, should not display
characters when user type>
Confirm Password:
Write a program to swap two numbers without using a temporary variable?
Explain how to reverse singly link list.
Explain the difference between malloc() and calloc() function?
What is %s and %d in c?
Give the rules for variable declaration?
Write the syntax and purpose of a switch statement in C.
Hi can anyone tell what is a start up code?
Can i use “int” data type to store the value 32768? Why?
What is extern keyword in c?
Differentiate between calloc and malloc.
Why do we use int main?
define string ?