#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

Why is c known as a mother language?

989


Explain how can a program be made to print the line number where an error occurs?

960


What is a header file?

856


What are the 5 types of inheritance in c ++?

789


Do string constants represent numerical values?

1162


What is the best way to store flag values in a program?

817


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.

2441


Is stack a keyword in c?

856


What is operator promotion?

837


How can I remove the leading spaces from a string?

858


What is static function in c?

868


What is the scope of static variable in c?

741


What are the different types of objects used in c?

783


How old is c programming language?

797


What are c header files?

796