Answer Posted / chirag
I can contribut my knowlege with ur company as well as i
feel if u realy want someone who is aggressive towards
hardwork, leadership quality and honest in all, you met the
right person.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is the benefit of using const for declaring constants?
What does sizeof return c?
Simplify the program segment if X = B then C ← true else C ← false
Can the “if” function be used in comparing strings?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What is the purpose of sprintf() function?
Differentiate fundamental data types and derived data types in C.
What are the advantages and disadvantages of c language?
What is "Hungarian Notation"?
Why dont c comments nest?
how to create duplicate link list using C???
Where static variables are stored in c?
What is a constant and types of constants in c?
What extern c means?
Explain enumerated types in c language?