main()
{
printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3));
}
wat is the o/p and how?

Answer Posted / animesh_chakraborty

answer is:124
i compiled it and it has shown this result .
i thing it is correct answer.

Is This Answer Correct ?    10 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does c have an equivalent to pascals with statement?

574


What are the primitive data types in c?

579


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

670


how could explain about job profile

1453


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

625






C program to find all possible outcomes of a dice?

1855


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

2652


Is it better to use a macro or a function?

656


Define VARIABLE?

690


What is the difference between new and malloc functions?

580


write a program for the normal snake games find in most of the mobiles.

1786


What are the advantages of the functions?

606


Explain the meaning of keyword 'extern' in a function declaration.

725


What is the use of pointers in C?

620


Explain what is the difference between functions getch() and getche()?

608