V 2 II

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

/*

NAME:: DHRUV H RATHOD


ROLL No:: 57 ICA A
Program:: State The Output of the Following
*/

#include<stdio.h>
#include<conio.h>
void main()
{
char ch='C';
clrscr();
printf("\n \t \n%d",ch);
getch();
}
/*
OUTPUT:

67
*/

You might also like