What do you know about the use of bit field?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
how to find anagram without using string functions using only loops in c programming
How pointer is benefit for design a data structure algorithm?
What is main function in c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
Explain what is meant by high-order and low-order bytes?
what is the use of operator ^ in C ? and how it works?
How can I remove the trailing spaces from a string?
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure