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

Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

985

What is the heap in c?

1030

How can I make it pause before closing the program output window?

990

Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

958

How can I split up a string into whitespace-separated fields?

1005

What is hashing in c language?

1188

Why doesnt this code work?

1006

Why doesnt long int work?

980

What are pragmas and what are they good for?

936

How can I read in an object file and jump to locations in it?

989

How do I convert a string to all upper or lower case?

1057

Why does everyone say not to use scanf? What should I use instead?

1367

How can I invoke another program or command and trap its output?

1046

How can I list all of the predefined identifiers?

928

What does the message "automatic aggregate intialization is an ansi feature" mean?

1143


Post New C Questions

Un-Answered Questions { C }

What is variable declaration and definition in c?

856


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

1241


Are the outer parentheses in return statements really optional?

1050


When is a void pointer used?

1192


What is the full form of getch?

1182


What is double pointer in c?

984


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

1064


What is non linear data structure in c?

967


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]

2413


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1585


Explain indirection?

1063


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

1035


What is getch () for?

1149


Explain what is a stream?

1032


What is function what are the types of function?

948