Differentiate between the expression “++a” and “a++”?
Write a C program to fill a rectangle using window scrolling
Why do we use c for the speed of light?
how can u print a message without using any library function in c
Simplify the program segment if X = B then C ← true else C ← false
What does main () mean in c?
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
What is key word in c language?
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
What is restrict keyword in c?
When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
simple program for virtual function?
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?