What do mean by network ?
No Answer is Posted For this Question
Be the First to Post Answer
how to print 212 as Twohundreds twelve plz provide me ans soon
Who is the main contributor in designing the c language after dennis ritchie?
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
What is the difference between void main() and void main (void) give example programme?
What is the significance of c program algorithms?
What is double pointer in c?
Between macros and functions,which is better to use and why?
whitch value return void main?
will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);
a program that can input number of records and can view it again the record
How is a structure member accessed?
what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175