Sir i want e-notes of C languge of BAlaguruswami book i.e
scanned or pdf file of balaguruswamy book on c
language.PLEASE SEND ME on my mail id ajit_kolhe@rediff.com
Answer Posted / kush
i just want to know that sir which book i must get for c++
if you can send me e-notes for help my mail id is
kush.gupta88@gmail.com
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
Write a program to reverse a linked list in c.
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.
Explain what are global variables and explain how do you declare them?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What is the use of #include in c?
How can I get back to the interactive keyboard if stdin is redirected?
What is queue in c?
What does it mean when a pointer is used in an if statement?
Write a program to find factorial of a number using recursive function.
What are the characteristics of arrays in c?
What is data structure in c programming?
What is the c language function prototype?
What is a function in c?
What is nested structure in c?
What are the ways to a null pointer can use in c programming language?