main()
{
printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3));
}
wat is the o/p and how?
Answer Posted / manne ranjith
2 2 2
I compiled this in system,this is correct answer.check it
once...............
| Is This Answer Correct ? | 18 Yes | 23 No |
Post New Answer View All Answers
How do you initialize pointer variables?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What are the different types of errors?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Why enum is used in c?
What is a program flowchart and how does it help in writing a program?
what is the role you expect in software industry?
Can a pointer be volatile in c?
How can I manipulate individual bits?
What is meant by operator precedence?
What are the benefits of organizational structure?
Write the Program to reverse a string using pointers.
What is header file in c?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler