Diff: between this 2 classes in terms of memory
class A
{
int i;
char c;
double d;
};
class A
{
double d;
int i;
char c;
};
How it is calculating?
Answer / ashponni
Is the memory for double is assigned to int and char?
Is This Answer Correct ? | 3 Yes | 8 No |
how can i calculate mean,median,mode by using c program
What is an arrays?
Can we use any name in place of argv and argc as command line arguments?
what will be the output for the following main() { printf("hi" "hello"); }
How do we print only part of a string in c?
Is it better to use malloc() or calloc()?
what is difference between #include<stdio.h> and #include"stdio.h"
How many parameters should a function have?
code for replace tabs with equivalent number of blanks
what is the use of pointers
How do you determine the length of a string value that was stored in a variable?
in linking some of os executables are linking name some of them