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

Is it possible to use curly brackets ({}) to enclose single line code in c program?

802


What should malloc() do?

651


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

1731


What are the different types of C instructions?

682


What is the difference between test design and test case design?

1578






What functions are used in dynamic memory allocation in c?

600


Describe the order of precedence with regards to operators in C.

637


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

1525


What is return type in c?

646


How can you convert integers to binary or hexadecimal?

622


Explain heap and queue.

591


what do you mean by inline function in C?

620


What are the application of void data type in c?

726


C language questions for civil engineering

1250


Write a code to generate divisors of an integer?

645