simple program of graphics and their output display


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?

4 Answers   Ramco,


What are external variables in c?

0 Answers  


Explain #pragma in C.

1 Answers  


print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5

3 Answers   Winit,


A stack can be implemented only using array?if not what is used?

3 Answers   InterGlobal,


What is the use of typedef in structure in c?

0 Answers  


Do you know the purpose of 'register' keyword?

0 Answers  


what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }

9 Answers  


What is the difference between fread and fwrite function?

0 Answers  


different between overloading and overriding

3 Answers  


What are the primitive data types in c?

0 Answers  


diff between exptected result and requirement?

0 Answers   HCL,


Categories