#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
What is memory leak in c?
What is scanf_s in c?
How can I manipulate individual bits?
What is the use of function overloading in C?
How arrays can be passed to a user defined function
What is FIFO?
What is struct node in c?
in linking some of os executables are linking name some of them
What is page thrashing?
What is c language and why we use it?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
ATM machine and railway reservation class/object diagram
In a byte, what is the maximum decimal number that you can accommodate?
Explain what is the benefit of using const for declaring constants?
code for find determinent of amatrix