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 4897

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

Google,

1 3945

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

3 8033

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

9 22644

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

1 11322

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

1 4348

How to calculate Total working time using Login and logout?

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

2 11697

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 10202

wats SIZE_T meant for?

1 4328

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 8964

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

2163

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 11878

WHY DO WE USE A TERMINATOR IN C LANGUAGE?

2 12212

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

TCS, Yahoo,

2 13773

what is the different bitween abap and abap-hr?

TCS,

2431


Post New C Questions

Un-Answered Questions { C }

Is that possible to store 32768 in an int data type variable?

1139


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3973


What is a pointer variable in c language?

1161


Can you mix old-style and new-style function syntax?

1162


Why functions are used in c?

1202


Explain what standard functions are available to manipulate strings?

1133


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

1999


What are the types of macro formats?

1171


What is the size of structure pointer in c?

1122


What is your stream meaning?

1341


How do I round numbers?

1058


What are header files why are they important?

1157


What is preprocessor with example?

1116


Differentiate between #include<...> and #include '...'

1119


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

1292