C Interview Questions
Questions Answers Views Company eMail

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 20057

what is array?

Amdocs, HCL,

63 57582

Write 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 3822

Write 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 9805

1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision

HCL, Qualcomm,

9 14448

1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?

Qualcomm,

3 9780

what is the use of #pragma pack, wer it is used?

Wipro,

2 6996

What is structure padding & expalain wid example what is bit wise structure?

1 5913

explain memory layout of a C program

2 16612

what are the compilation steps? ( i want inside the compiler )

2 7712

what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??

5 7476

int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.

Global Edge,

15 20627

to find out the reverse digit of a given number

Infosys, Microsoft, TCS, Wipro,

6 16132

write a own function to compare two strings with out using stringcomparition function?

LG Soft, Sasken,

6 11178

write a programme that inputs a number by user and gives its multiplication table.

2 3398


Post New C Questions

Un-Answered Questions { C }

How can I recover the file name given an open stream or file descriptor?

573


Is there a way to switch on strings?

589


What are unions in c?

557


What are the different file extensions involved when programming in C?

725


A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

623






Write programs for String Reversal & Palindrome check

574


How would you rename a function in C?

598


Why is it important to memset a variable, immediately after allocating memory to it ?

1530


Do you know the difference between exit() and _exit() function in c?

583


How can you access memory located at a certain address?

641


find out largest elemant of diagonalmatrix

1622


what is the basis for selection of arrays or pointers as data structure in a program

3763


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

2890


What are the features of the c language?

623


Tell us the use of fflush() function in c language?

608