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 4894

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

Google,

1 3942

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

3 8028

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

9 22638

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

1 11321

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

1 4344

How to calculate Total working time using Login and logout?

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

2 11695

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 10199

wats SIZE_T meant for?

1 4325

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 8961

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

2162

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 11875

WHY DO WE USE A TERMINATOR IN C LANGUAGE?

2 12206

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

TCS, Yahoo,

2 13767

what is the different bitween abap and abap-hr?

TCS,

2430


Post New C Questions

Un-Answered Questions { C }

Is it cc or c in a letter?

1082


What is a lvalue

1150


what are non standard function in c

1971


What does == mean in texting?

1396


What is int main () in c?

1131


what will be maximum number of comparisons when number of elements are given?

1953


How do I get an accurate error status return from system on ms-dos?

1181


What is the difference between declaring a variable by constant keyword and #define ing that variable?

3443


What are pointers? What are different types of pointers?

1226


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

1265


How do I use strcmp?

1139


How to set file pointer to beginning c?

1251


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

1133


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

1135


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1813