quoroum of computer languages?
No Answer is Posted For this Question
Be the First to Post Answer
void main() { int i=7; printf("N= %*d",i,i); }
Using string functions write a program that will accept the name of the capital as input value and will display the corresponding country. ------------------------ Capitals Countries ------------------------ Capitals Countries Ottawa Canada Moscow Russia Rome Italy I can't not get it to run properly
void main() { int i=1; printf("%d%d%d",i,++i,i++); } Cau u say the output....?
who was the present cheif governor of reserve bank of india
6 Answers State Bank Of India SBI,
quoroum of computer languages?
what is the error in the following code: main() { int i=400,j; j=(i*i)/i; }
How to create a program that lists the capital country when told what the original country is? (Terribly sorry, I'm a novice programmer and would appreciate any help ;). Cheers, Alexxis
write the value of x and y after execution of the statements: int x=19,y; y=x++ + ++x; x++; y++;
#include"stdio.h" #include"conio.h" void main() { int a; printf("\n enter a number:"); scanf("%c\n"); getch(); }
WHAT WILL BE THE OUTPUT OF THE FOLLOWING QUESTION void main() { int x=4,y=3,z; z=x-- -y; printf("%d%d%d",x,y,z); }
Find the error (2.5*2=5) (a) X=y=z=0.5,2.0-5.75 (b) s=15;
how to convert decimal to hexadecimal without using arrays just loops