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's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }

Motorola,

1 4725

how to determine the complexity of an algorithm as log(n)

Google,

1 3788

how to do in place reversal of a linked list(singly or doubly)?

3 7704

wats the diference btwen constant pointer and pointer to a constant.pls give examples.

9 22046

Explain in detail how strset (string handling function works )pls explain it with an example.

1 11187

dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?

1 4192

How to calculate Total working time using Login and logout?

CTS, Cygnus, Infosys, Signal Networks, TCS, Wipro,

2 11384

how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help

5 9829

wats SIZE_T meant for?

1 4152

how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...

Infosys,

1 8741

can anyone suggest some site name..where i can get some good data structure puzzles???

2037

Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??

4 11531

WHY DO WE USE A TERMINATOR IN C LANGUAGE?

2 11998

how to find out the inorder successor of a node in a tree??

TCS, Yahoo,

2 13578

what is the different bitween abap and abap-hr?

TCS,

2248


Post New C Questions

Un-Answered Questions { C }

Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

4174


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

1142


What is the usage of the pointer in c?

1066


What is the difference between functions getch() and getche()?

1052


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1348


Explain what is meant by high-order and low-order bytes?

1013


Is null equal to 0 in sql?

1105


What is extern storage class in c?

956


what do you mean by inline function in C?

1020


What tq means in chat?

1078


What is a buffer in c?

958


What is a nested loop?

1085


given post order,in order construct the corresponding binary tree

2747


What are the types of pointers?

1052


What is scope rule of function in c?

1044