How. To pass the entrance test
How many keywords (reserve words) are in c?
What does c mean in basketball?
int i=10; printf("%d %d %d", i, i=20, i);
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }
11 Answers CISOC, CitiGroup, College School Exams Tests,
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Which one would you prefer - a macro or a function?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 Answers HCL, IBM, Satyam, Vimal, Vimukti Technologies,
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What is the difference between variable declaration and variable definition in c?
How to delete a node from linked list w/o using collectons?