#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
Can we declare function inside main?
What is getch c?
What is static identifier?
Is fortran still used today?
What is wrong in this statement? scanf(“%d”,whatnumber);
Is swift based on c?
What are data structures in c and how to use them?
List the different types of c tokens?
Explain is it better to bitshift a value than to multiply by 2?
What are file streams?
What are # preprocessor operator in c?
What is a program flowchart?
What is the code for 3 questions and answer check in VisualBasic.Net?
What is a c token and types of c tokens?
what do you mean by inline function in C?