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 22735Write 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 4667Write 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 122091.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
9 171731.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
3 11146what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
5 9786int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
15 24916
what are bit fields? What is the use of bit fields in a structure declaration?
How can I delete a file?
What is header file in c?
What are the general description for loop statement and available loop types in c?
Can you please explain the scope of static variables?
What is a shell structure examples?
What are predefined functions in c?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What is the explanation for the dangling pointer in c?
What is the purpose of the statement: strcat (S2, S1)?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
What are the advantages of using Unions?
Simplify the program segment if X = B then C ← true else C ← false
write a c program for swapping two strings using pointer
What is dynamic dispatch in c++?