What is sizeof return in c?
Answer / Rahul Vaish
The 'sizeof' operator in C programming returns the size of a data type, variable, or an expression in bytes. It doesn't require parentheses because the size must be known at compile time.
| Is This Answer Correct ? | 0 Yes | 0 No |
how do you redirect stdout value from a program to a file?
int x=5; printf("%d%d%d",x,x<<2,x>>2);
What is ambagious result in C? explain with an example.
can anyone please tell me wat is backlogs... i was looking for the job openings where i read this.. eligibility criteria minimum 70% in degree without backlogs. is that arrear.. if so is it standing arrear or history of arrears... please help me...
11 Answers CTS, Indian Navy, L&T, Microsoft, SSB, TCE, TCS,
State two uses of pointers in C?
Describe the difference between = and == symbols in c programming?
What is build process in c?
How do you use a 'Local Block'?
What is difference between structure and union?
write a C code To reverse a linked list
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What does the && operator do in a program code?