how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
No Answer is Posted For this Question
Be the First to Post Answer
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4
value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?
Is there any data type in c with variable size?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,
Which header file is essential for using strcmp function?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Why can't I perform arithmetic on a void* pointer?
how can u print a message without using any library function in c
What is the difference between CV and Resume ?
Why can't we initialise member variable of a strucutre