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 23071Write 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 4761Write 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 123931.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
9 174301.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
3 11298what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
5 10044int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
15 25420
Differentiate fundamental data types and derived data types in C.
What is the difference between constant pointer and constant variable?
What is the best way of making my program efficient?
How to explain the final year project as a fresher please answer with sample project
What is meant by inheritance?
What is the explanation for cyclic nature of data types in c?
Distinguish between actual and formal arguments.
Which are low level languages?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
hi, which software companys will take,if d candidate's % is jst 55%?
How is a structure member accessed?
What are structural members?
What is array of structure in c programming?
What does c mean before a date?
`write a program to display the recomended action depends on a color of trafic light using nested if statments