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
8 22457Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
1 4588Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"
IBM,
6 120021.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
9 169501.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
3 11019what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
5 9595int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
15 24537
What is difference between Structure and Unions?
What is #include cctype?
What is static identifier?
What is the difference between test design and test case design?
Differentiate between full, complete & perfect binary trees.
How can I direct output to the printer?
What is the description for syntax errors?
Explain what is the benefit of using #define to declare a constant?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What is zero based addressing?
What is structure of c program?
What's the difference between constant char *p and char * constant p?
What is an operator?
What is the right type to use for boolean values in c?
Explain what is the most efficient way to store flag values?