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

What is extern storage class in c?

956

What is variables in c?

997

What is null pointer constant?

1087

What does volatile do?

947

What is the difference between volatile and const volatile?

946

What is the use of volatile?

1053

When should volatile modifier be used?

969

Can a variable be both constant and volatile?

1065

What is volatile variable how do you declare it?

1047

Where is volatile variable stored?

1039

What are lookup tables in c?

962

What is a lookup table in c?

1057

What is table lookup in c?

1047

Can we increase size of array in c?

937

What is a dynamic array in c?

1092


Post New C Questions

Un-Answered Questions { C }

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]

2433


Which function in C can be used to append a string to another string?

1184


What is string in c language?

1095


What is string constants?

1115


Define the scope of static variables.

1078


Can one function call another?

1061


How can I find out the size of a file, prior to reading it in?

1124


How do I get a null pointer in my programs?

1071


How do you determine a file’s attributes?

1032


Linked lists -- can you tell me how to check whether a linked list is circular?

1041


Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

1459


What are the various types of control structures in programming?

1024


What is scope and lifetime of a variable in c?

1008


Can a function argument have default value?

1108


What is a program flowchart?

1137