the expression a=30*1000+2768; evalutes to
a) 32768
b) -32768
c) 113040
d) 0
write a program to check whether a number is Peterson or not.
list the no of files created when c source file is compiled
Can you define which header file to include at compile time?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
How do I send escape sequences to control a terminal or other device?
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
what are the uses of structure?
What are the different types of data structures in c?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
How the c program is executed?
In which area global, external variables are stored?
Which is best book for data structures in c?