Write a C program to fill a rectangle using window scrolling
Answer / venki
I DON'T KNOW. IF U KNOW TELL THE ANSWER
PLEASEEEEEEE............
| Is This Answer Correct ? | 2 Yes | 4 No |
what are the difference between ANSI C and Let Us c and Turbo C
diff. between *p and **p
2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hello World without changing main() the o/p should be intialisation Hello World Desruct the changes should be a)iostream operator<<(iostream os, char*s) os<<'intialisation'<<(Hello World)<<Destruct b) c) d)none of the above
how to make a scientific calculater ?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?
What is the difference between NULL and NUL?
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
What is an array in c?
what are # pragma staments?
What is scope rule in c?
what type of questions arrive in interview over c programming?