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 array of structure in c?

1252

What is pragma c?

1180

What is pragma in c?

1281

What is a pointer and how it is initialized?

1229

What is #define in c?

1106

What is a shell structure examples?

1148

What is meant by preprocessor in c?

1070

What is .obj file in c?

1130

What is a example of a variable?

1061

What is size of union in c?

1079

What is enumerated data type in c?

1126

What is chain pointer in c?

1108

What is an example of enumeration?

1 1539

What is calloc malloc realloc in c?

1106

What is double pointer in c?

1089


Post New C Questions

Un-Answered Questions { C }

What are local variables c?

1071


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1577


What does int main () mean?

1078


Is it acceptable to declare/define a variable in a c header?

1178


Is c dynamically typed?

1201


Differentiate between declaring a variable and defining a variable?

1089


diff between exptected result and requirement?

2111


What is declaration and definition in c?

1174


What is extern variable in c with example?

1056


What is main () in c language?

1185


Why is struct padding needed?

1156


What is the process of writing the null pointer?

1060


What is 1f in c?

2726


A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?

2119


What are the different types of control structures?

1082