Is array a primitive data type in c?
No Answer is Posted For this Question
Be the First to Post Answer
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,
What is void c?
where do we use volatile keyword?
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
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.
largest Of three Number using without if condition?
what is reason of your company position's in india no. 1.
how to swap 2 numbers within a single statement?
what is the maximum limit of row and column of a matrix in c programming. in linux .
What will be the output of x++ + ++x?
Distinguish between actual and formal arguments.