#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
Why is c known as a mother language?
Explain how can a program be made to print the line number where an error occurs?
What is a header file?
What are the 5 types of inheritance in c ++?
Do string constants represent numerical values?
What is the best way to store flag values in a program?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Is stack a keyword in c?
What is operator promotion?
How can I remove the leading spaces from a string?
What is static function in c?
What is the scope of static variable in c?
What are the different types of objects used in c?
How old is c programming language?
What are c header files?