#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
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What is non linear data structure in c?
Write a program to reverse a linked list in c.
Why is structure padding done in c?
What are the types of functions in c?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Which header file is used for clrscr?
How old is c programming language?
What is the data segment that is followed by c?
What is the difference between far and near in c?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What are two dimensional arrays alternatively called as?
How will you find a duplicate number in a array without negating the nos ?
What does a function declared as pascal do differently?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above