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

Juxtapose the use of override with new. What is shadowing?

1 6781

Explain the differences between public, protected, private and internal.

2 9772

Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?

1 8079

What is the difference between typeof(foo) and myFoo.GetType()?

Synergy,

2 13222

What's the difference between a linked list and an array?

14 19896

Describe advantages and disadvantages of the various stock sorting algorithms

Microsoft,

1 9569

How would you find a cycle in a linked list?

NSN,

3 13523

How would you write qsort?

1 6673

How would you print out the data in a binary tree, level by level, starting at the top?

Amazon, Microsoft,

6 25348

If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?

Hughes,

6 9786

f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?

Hughes,

7 10754

what is the different between if-else and switch statment (other than syntax)

CTS, Oracle, Scorpos,

26 81032

f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed

5 8117

helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.

3 7897

helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe

2 6450


Post New C Questions

Un-Answered Questions { C }

What is the data segment that is followed by c?

1092


Write a code to generate a series where the next element is the sum of last k terms.

1229


What’s a signal? Explain what do I use signals for?

1111


What are the advantages of c language?

1097


In C programming, what command or code can be used to determine if a number of odd or even?

1056


what is ur strangth & weekness

2431


Why is c called a mid-level programming language?

1207


Describe how arrays can be passed to a user defined function

1297


What does typeof return in c?

1097


What is the size of enum in c?

1119


In cryptography, you could often break the algorithm if you know what was the original (plain) text that was encoded into the current ciphertext. This is called the plain text attack. In this simple problem, we illustrate the plain text attack on a simple substitution cipher encryption, where you know each letter has been substituted with a different letter from the alphabet but you don’t know what that letter is. You are given the cipherText as the input string to the function getwordSets(). You know that a plain text "AMMUNITION" occurs somewhere in this cipher text. Now, you have to find out which sets of characters corresponds to the encrypted form of the "AMMUNITION". You can assume that the encryption follows simple substitution only. [Hint: You could use the pattern in the "AMMUNITION" like MM occurring twice together to identify this]

2476


"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

1099


What are the three constants used in c?

995


Describe the header file and its usage in c programming?

1072


Is linux written in c?

1040