What is printf () in c?
No Answer is Posted For this Question
Be the First to Post Answer
how can i calculate mean,median,mode by using c program
how i m write c program 1.check prime number 2.prime number series
what is pointer
What is the c value paradox and how is it explained?
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
How do you determine if a string is a palindrome?
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
Write a program in c to replace any vowel in a string with z?
What is the usage of the pointer in c?
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
What is main () in c?