What is the difference between printf and scanf )?
No Answer is Posted For this Question
Be the First to Post Answer
How can I get random integers in a certain range?
What is static function in c?
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
What are the different pointer models in c?
program to find middle element of linklist?
Why void main is used in c?
Can you assign a different address to an array tag?
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
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.?
What are the ways to a null pointer can use in c programming language?
Explain how can I right-justify a string?