GUVI
Back

Declare variables for storing information about Sachin Tendulkar like Name,Nick Name,Runs scored in ODI,Batting average in ODI,ODI Matches

Created 2 years ago
372 Views
3 Comments
SARVESHVARAN
@SARVESHVARAN
SARVESHVARAN
@SARVESHVARANProfile is locked. Login



Expected Output:

Sachin Ramesh Tendulkar
Little Master
18426
44.83
463

i need c code on how to declare

#include <stdio.h>

int main()

{

int x = 18426;

double pi = 44.83;

int y =463;

printf("Sachin Ramesh Tendulkar ");

printf("\nLittle Master \n%d \n%f \n%d",x,pi,y);

return 0;

}

Comments (3)
Please login to comment.
 
Powered by habitate.io Habitate