c Quiz-2
Written on May 14, 2008 – 8:01 pm | by admin
Hi guys here is another program for the c wizards and beginners. The program includes a simple logic. An additional symbol is used in this program. The symbol tilde ~ is used here in this program. The symbol is found on the button below esc. The tilde symbol represents some operation and you should find the result of the program without compiling the program. Please guys comment your answers here.
#include
Void main()
{
Int a=7;
Int c;
C=~a;
Printf(ā The value of c = %dā, c);
}
Please comment me the output of the program.

1 Trackback(s)