Sie sind auf Seite 1von 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
*/

Das könnte Ihnen auch gefallen