Is there any book to know about Basics of C Language?
Answer Posted / samir
yes,
Programming with C
Author is yashwant Kanetkar
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of using macro in c language?
What is a newline escape sequence?
Do you know null pointer?
Why c language is called c?
how to build a exercise findig min number of e heap with list imlemented?
Why c language?
What is an array? What the different types of arrays in c?
difference between Low, Middle, High Level languages in c ?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is function what are the types of function?
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.
How can I remove the trailing spaces from a string?
What do you mean by Recursion Function?
What is pre-emptive data structure and explain it with example?
What is a macro?