simple program of graphics and their output display
No Answer is Posted For this Question
Be the First to Post Answer
suppose there are five integers write a program to find larger among them without using if- else
main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....
What is a stream water?
difference of two no's with out using - operator
What is wrong with this program statement?
What is the difference b/w Structure & Class?
What is selection sort in c?
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
What are the advantages of using new operator as compared to the function malloc ()?
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
difference between semaphores and mutex?
how to print 212 as Twohundreds twelve plz provide me ans soon