#include<stdio.h>
main(0
{
printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3));
}

Answer Posted / ajay

syntax error

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we declare function inside main?

764


What is getch c?

1049


What is static identifier?

916


Is fortran still used today?

805


What is wrong in this statement? scanf(“%d”,whatnumber);

984


Is swift based on c?

855


What are data structures in c and how to use them?

905


List the different types of c tokens?

838


Explain is it better to bitshift a value than to multiply by 2?

951


What are file streams?

777


What are # preprocessor operator in c?

866


What is a program flowchart?

821


What is the code for 3 questions and answer check in VisualBasic.Net?

1919


What is a c token and types of c tokens?

821


what do you mean by inline function in C?

835