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
Why can arithmetic operations not be performed on void pointers?
What is call by reference in functions?
Explain how can I pad a string to a known length?
Write a program to find the biggest number of three numbers in c?
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..
Differentiate Source Codes from Object Codes
What are the main characteristics of c language describe the structure of ac program?
C program to find all possible outcomes of a dice?
what is the format specifier for printing a pointer value?
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.
How many bytes are occupied by near, far and huge pointers (dos)?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Explain b+ tree?
Give basis knowledge of web designing ...
Explain what is the use of a semicolon (;) at the end of every program statement?