A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT
I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
No Answer is Posted For this Question
Be the First to Post Answer
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
ABCDCBA ABC CBA AB BA A A
What is the difference between union and anonymous union?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
what is the main use of c where it can use the c
How old is c programming language?
how to use virual function in real time example
What is an identifier?
#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?
16 Answers Accel Frontline, Opera, Oracle,
what is the self-referential structure?
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
What is a structure and why it is used?