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 for the normal snake games find in most of the mobiles.

Accenture, Wipro,

2222

Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

HCL, IBM, Satyam, Vimal, Vimukti Technologies,

2 6752

how to reverse string "Hello World" by using pointers only. Without any temp var

1 7567

What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?

2 4065

what is the return type of printf

3 5630

what is difference between ANSI structure and C99 Structure?

Wipro,

1 4727

struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?

Wipro,

1 6537

Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 3981

Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,

7 12181

what is the difference b/w NULL and null?

HSBC, IBM,

3 6631

void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }

3 8120

what is the meaning of java that is (J A V A) full form of JAVA

AKS University, Bhel, BNL, BPO, HCL, Peacecon,

71 262806

what type of questions arrive in interview over c programming?

1989

main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 4766

In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }

1 3056


Post New C Questions

Un-Answered Questions { C }

Explain what is wrong in this statement?

1075


When should a type cast be used?

972


What is #include stdlib h?

1066


What is main function in c?

1025


Why doesnt that code work?

1089


Is swift based on c?

1062


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

1032


Can you please explain the scope of static variables?

1005


Describe how arrays can be passed to a user defined function

1241


Is there a way to switch on strings?

1037


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

1058


swap 2 numbers without using third variable?

1087


What is the difference between if else and switchstatement

1860


Define C in your own Language.

1041


What are static variables in c?

1035