out put of printf(“%d”,printf(ram));

Answer Posted / ashutosh shashi

ram3
printf will print ram and printf function returns the
number of character it prints, so it will return 3, and
hence it will print ram3

Is This Answer Correct ?    19 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why can arithmetic operations not be performed on void pointers?

843


What is call by reference in functions?

942


Explain how can I pad a string to a known length?

940


Write a program to find the biggest number of three numbers in c?

844


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1816


Differentiate Source Codes from Object Codes

1209


What are the main characteristics of c language describe the structure of ac program?

976


C program to find all possible outcomes of a dice?

2115


what is the format specifier for printing a pointer value?

830


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

2570


How many bytes are occupied by near, far and huge pointers (dos)?

945


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1519


Explain b+ tree?

857


Give basis knowledge of web designing ...

1813


Explain what is the use of a semicolon (;) at the end of every program statement?

998