What is table lookup in c?
No Answer is Posted For this Question
Be the First to Post Answer
Stimulate calculator using Switch-case-default statement for two numbers
Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?
what is a function prototype?
print the palindrome numbers in between 0 to n
What are the Advantages of using macro
how to display 2-D array elements in spiral
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?
why division operator not work in case of float constant?
Why is structure important for a child?
what is the self-referential structure?
when user give a number it multiply with 9 without useing '+' and '*' oprator