What are the 4 types of unions?
No Answer is Posted For this Question
Be the First to Post Answer
Where are c variables stored in memory?
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
What is the newline escape sequence?
State the difference between realloc and free.
why program counter is 16 bit?
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
What is structure padding and packing in c?
define string ?
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?
Why is it important to memset a variable, immediately after allocating memory to it ?
What is meant by keywords in c?