how to find the sizof of any datatype using bit manipulations
Answer Posted / niranjan kumar niraj
int sizeOf();
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Which control loop is recommended if you have to execute set of statements for fixed number of times?
what is event driven software and what is procedural driven software?
What is #pragma statements?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
why do some people write if(0 == x) instead of if(x == 0)?
write an algorithm to display a square matrix.
What is a char in c?
How are 16- and 32-bit numbers stored?
Why header file is used in c?
how to write a c program to print list of fruits in alpabetical order?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
When should I declare a function?
What is the basic structure of c?
Write a program to reverse a linked list in c.
Are bit fields portable?