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 / nazibsazib
i had downloaded this scanned copy from 4shared...it is quite similar to the one google books preview versio...the link is given below...hope it'll help...:-)
http://www.4shared.com/office/Q-l54QQK/programing_in_ansi_c_4_th_edit.html
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is typedef struct in c?
Wt are the Buses in C Language
In cryptography, you could often break the algorithm if you know what was the original (plain) text that was encoded into the current ciphertext. This is called the plain text attack. In this simple problem, we illustrate the plain text attack on a simple substitution cipher encryption, where you know each letter has been substituted with a different letter from the alphabet but you don’t know what that letter is. You are given the cipherText as the input string to the function getwordSets(). You know that a plain text "AMMUNITION" occurs somewhere in this cipher text. Now, you have to find out which sets of characters corresponds to the encrypted form of the "AMMUNITION". You can assume that the encryption follows simple substitution only. [Hint: You could use the pattern in the "AMMUNITION" like MM occurring twice together to identify this]
What are the 5 data types?
What should malloc(0) do?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Can we declare function inside main?
What do you mean by invalid pointer arithmetic?
difference between Low, Middle, High Level languages in c ?
Should a function contain a return statement if it does not return a value?
How is a pointer variable declared?
How do I use strcmp?
How does free() know explain how much memory to release?
Where is c used?
Why is c called a mid-level programming language?