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 the difference between a structure and a union?

2 931

How can you dynamically allocate memory in C?

2 866

What are macros in C?

2 702

What is a segmentation fault?

2 787

What is the use of the sizeof operator?

2 844

Explain the difference between fopen() and freopen().

2 824

What is the difference between calloc() and realloc()?

1 746

Explain #pragma in C.

1 643

What are dangling pointers?

1 653

What is undefined behavior?

1 680

What is the use of the restrict keyword?

1 612

What is an lvalue and an rvalue?

1 709

Can a program have multiple main() functions?

1 826

What is the output of printf("%d", printf("Hello"));?

1 753

Why is C called a middle-level language?

1 663


Post New C Questions

Un-Answered Questions { C }

Implement bit Array in C.

1108


What is const volatile variable in c?

998


What are identifiers and keywords in c?

1046


write an interactive C program that will encode or decode a line of text.To encode a line of text,proceed as follows. 1.convert each character,including blank spaces,to its ASCII equivalent. 2.Generate a positive random integer.add this integer to the ASCII equivalent of each character.The same random integer will be used for the entire line of text. 3.Suppose that N1 represents the lowest permissible value in the ASCII code,and N2 represents the highest permissible value.If the number obtained in step 2 above(i.e.,the original ASCII equivalent plus the random integer)exceeds N2,then subtract the largest possible multiple of N2 from this number,and add the remainder to N1.Hence the encoded number will always fall between N1 and N2,and will therefore always represent some ASCII character. 4.Dislay the characters that correspond to the encoded ASCII values.  The procedure is reversed when decoding a line of text.Be certain,however,that the same random number is used in decodingas was used in encoding.

3428


What is modeling?

1007


What is equivalent to ++i+++j?

1052


When is the “void” keyword used in a function?

1436


What is merge sort in c?

1010


Describe wild pointers in c?

1069


Explain setjmp()?

1022


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

2144


What is sizeof int in c?

1013


Can you add pointers together? Why would you?

1083


How can I sort a linked list?

1002


What are the different file extensions involved when programming in C?

1216