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 that takes a 5 digit number and calculates 2 power that number and prints it.

TCS, Vimukti Technologies,

5 11328

5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function

TCS,

1 4314

Why is the code below functioning. According to me it MUST NOT.

1 3723

write a program in C to swap two variables

Attrabyte, Marlabs,

7 11792

mplementation of stack using any programing language

Marlabs,

1 4248

How to find the usage of memory in a c program

Infosys,

1 5342

How can you print HELLO WORLD without using "semicolon"?

HCL, Infosys,

7 11427

struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]

3 6983

Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors

3 5869

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

7 8670

I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

2372

what will be the output off the following program? #include int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }

HCL,

9 12674

change to postfix a/(b+c*d-e)

Value Labs,

8 10284

write a method for an array in which it can display the largest n next largest value.

Value Labs,

1 4677

write a program to find the largest and second largest integer from an array

Value Labs,

2 9629


Post New C Questions

Un-Answered Questions { C }

C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

1056


Why does not c have an exponentiation operator?

1049


Why shouldn’t I start variable names with underscores?

1067


Explain what is a static function?

1111


Write a code to generate divisors of an integer?

1071


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

2302


Explain the difference between structs and unions in c?

1028


Explain what are global variables and explain how do you declare them?

1175


What extern c means?

1005


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

2381


Is void a keyword in c?

986


What is difference between class and structure?

1116


what is different between auto and local static? why should we use local static?

1128


Can we access the array using a pointer in c language?

1050


What are terms in math?

1052