If an old women's age is the same as her three grand
daughters i,mean the number of days old child=the no of
weeks old child=no of months old child .The total yrs of all
these ppl is 114 yrs...then how old is the old woman?
the yr has 365 days..and 30 days each month.
which one is highest Priority in c? a)=,b)+,c)++,d)==
in malloc and calloc which one is fast and why?
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?
What are integer variable, floating-point variable and character variable?
wats SIZE_T meant for?
WHAT IS PRE POSSESSORS?
What is define c?
how to convert an char array to decimal array
read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50
What is file in c preprocessor?
Why do we use null pointer?
code for find determinent of amatrix