How does pointer work in c?
what is object oriental programing?
logic for x=y^n
What is the output of printf("%d", printf("Hello"));?
what r the cpu registers r ther?
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
What are types of preprocessor in c?
How a string is stored in c?
Will Macros support multiple arguments ?
if p is a string contained in a string?
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }