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 22743Write 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 171761.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
3 11149what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
5 9791int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
15 24919
Explain union. What are its advantages?
Why is %d used in c?
What are the c keywords?
What is property type c?
Explain how can a program be made to print the name of a source file where an error occurs?
What does & mean in scanf?
What is the difference between text and binary i/o?
Is it cc or c in a letter?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What are compound statements?
What is oops c?
What is c basic?
Explain what is the difference between text files and binary files?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Why double pointer is used in c?