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,

2225

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 6758

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

1 7571

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 4072

what is the return type of printf

3 5634

what is difference between ANSI structure and C99 Structure?

Wipro,

1 4732

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 6545

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

1 3987

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 12199

what is the difference b/w NULL and null?

HSBC, IBM,

3 6639

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

3 8125

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

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

71 262872

what type of questions arrive in interview over c programming?

1991

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

1 4768

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 3057


Post New C Questions

Un-Answered Questions { C }

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

1603


What are the 4 types of organizational structures?

1044


Why do we use main function?

1124


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

985


Why c language?

1015


What is volatile variable in c with example?

1009


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

2133


Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff

3222


PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

1971


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

997


What are the differences between new and malloc in C?

1088


Which is an example of a structural homology?

1274


What are variables and it what way is it different from constants?

1205


How important is structure in life?

1042


Do you know what are the properties of union in c?

1022