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

WAP to convert text into its ASCII Code and also write a function to decode the text given?

2 6431

please give me answer with details #include main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }

3 6401

If we give two names then this displays the connection between the two people. It is nothing but flames game

1 3798

c programming of binary addition of two binary numbers

4 26131

What is meaning of "Void main" in C Language.

Ford, GU, HCL, IBIBS, JUW, TCS,

24 94567

how to display 2-D array elements in spiral

2 6994

void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i 3 10961


WAP to find that given no is small or capital

3 7497

write a c program to find biggest of 3 number without relational operator?

TCS, Wipro,

12 36416

‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

2846

actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston

Ramco,

3 6161

What is a symbolic constant?

1 4523

Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }

Qualcomm,

3 8172

Binary tree traversing

Qualcomm,

1 6625

Toggle nth bit in a given integer - num

Qualcomm,

5 18954


Post New C Questions

Un-Answered Questions { C }

Can the sizeof operator be used to tell the size of an array passed to a function?

1074


Why does notstrcat(string, "!");Work?

1099


What does return 1 means in c?

1023


What is the need of structure in c?

1067


What is getch() function?

1020


What are reserved words?

1058


Is printf a keyword?

1164


The __________ attribute is used to announce variables based on definitions of columns in a table?

1159


How can I change their mode to binary?

1071


What is the use of function in c?

1159


Write a program to print numbers from 1 to 100 without using loop in c?

1041


Why is c called c not d or e?

1059


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

2128


One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

2598


what is the function of pragma directive in c?

1078