Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

C Interview Questions
Questions Answers Views Company eMail

how to find the kth smallest element in the given list of array elemnts.

Silicon,

8 24936

how to sort two array of characters and make a new array of characters.

Accenture,

1 5658

what is difference between ++(*p) and (*p)++

Accenture, HCL, IBM,

17 30374

what is difference between array of characters and string

Accenture, Nest,

18 49287

char ch=10;printf("%d",ch);what is the output

Accenture,

14 27114

char ch="{'H','I',0};printf("%s",ch);what is output

Accenture,

9 14706

which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma

Accenture, Infosys, TCS, Wipro,

16 26864

what will be the output: main(){char ch;int a=10;printf("%d",ch);}

Accenture, TCS, Wipro,

36 38157

value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?

Google,

6 13031

class foo { public: static int func(const char*& p) const; }; This is illegal, why?

Google,

8 17217

how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.

Google,

3 12894

what is the hexidecimal number of 4100?

Google,

16 24793

give one ip, find out which contry

Google,

4 13757

What is C language Terminator?

TCS,

15 33799

program to find a smallest number in an array

Microsoft, Sony,

15 41090


Post New C Questions

Un-Answered Questions { C }

What is the process of writing the null pointer?

1067


What is #include stdio h?

1180


When should a type cast be used?

1070


What is the use of typedef in structure in c?

1011


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

1309


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2801


What is the purpose of realloc()?

1205


The purpose of this exercise is to benchmark file writing and reading speed. This exercise is divided into two parts. a). Write a file character by character such that the total file size becomes approximately >10K. After writing close the file handler, open a new stream and read the file character by character. Record both times. Execute this exercise at least 4 times b). Create a buffer capable of storing 100 characters. Now after generating the characters, first store them in the buffer. Once the buffer is filled up, store all the elements in the file. Repeat the process until the total file size becomes approximately >10K.While reading read a while line, store it in buffer and once buffer gets filled up, display the whole buffer. Repeat the exercise at least 4 times with different size of buffer (50, 100, 150 …). Records the times. c). Do an analysis of the differences in times and submit it in class.

2136


How are portions of a program disabled in demo versions?

1346


What is the value of c?

1139


What is null in c?

1161


Write a program to reverse a string.

1148


Is array a primitive data type in c?

1133


What does c mean?

1110


What is the c language function prototype?

1145