A basic code for program without using semicolon
Please, rate this code, Your vote - our motivation by Shantanu Bansal This is a tricky c/c++ program or code to help writting a program without using (;) semicolon. In this example, program will print a line without using semicolon. Help mail: shantanubansal@indiatimes.com
AI
Ringkasan AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Kode Sumber
/* c/c++ tricky code */
/* Author - Shantanu Bansal */
/* for any type of assistance mail me at shantanubansal@indiatimes.com, shantanubansal@hotmail.com*/
/*
This is a tricky c/c++ code to help writting a program without using semicolon.
In this example, program will print a line without using semicolon.
*/
# include<stdio.h>
# include<conio.h>
void main()
{
if ( printf("Program without semicolon\n"))
{
if ( printf("successful"))
{}
}
else
{
if ( printf("Failure"))
{}
}
}
Komentar Asli (3)
Dipulihkan dari Wayback Machine