What is a list in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between while and do while?
how many key words availabel in c a) 28 b) 31 c) 32
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
What is 'bus error'?
Differentiate call by value and call by reference?
What is the ANSI C Standard?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
What is %s and %d in c?
what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }
What is the importance of c in your views?
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.
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1