This question is releated to C Langauge - TechRepublic
General discussion
March 4, 2001 at 01:51 PM
ms_saini3302

This question is releated to C Langauge

by ms_saini3302 . Updated 25 years, 2 months ago

What is the answer of the following and how it is comming:-

#include
#include
main()
{
char a=’\101′
printf(“%c”,a);
}

This discussion is locked

All Comments