What does printf does?
No Answer is Posted For this Question
Be the First to Post Answer
can any one provide me the notes of data structure for ignou cs-62 paper
Explain the red-black trees?
How to print %d in output
What are the 5 data types?
how to write hello word without using semicolon at the end?
write a program to create a sparse matrix using dynamic memory allocation.
Which is better between malloc and calloc?
void main() {int a[5],i,b=16; for(i=0;i<5;i++) a[i]=2*i; f(a,5,b); for(i=0;i<5;i++) printf("\n %d",a[i]); printf("\n %d",b); } f(int *x,int n,int y) { int i; for(i=0;i<n;i++) *(x+i)+=2; y=y+2; }wat r the errors in the prg.and improvise the prg to get o/p.?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Write a programe print the sum of series 0,1,2,.....10
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,