Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Geometric Software C Interview Questions
Questions Answers Views Company eMail

what is the difference between const char *p, char const *p, const char* const p

5 48654

a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?

6 12783

f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?

7 10141

f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?

5 9161

Define function ?Explain about arguments?

2 7451

C passes By value or By reference?

5 8938

difference between my-strcpy and strcpy ?

3 13170

What compilation do?

7 8805

Write a program to exchange two variaables without temp

9 10599

Post New Geometric Software C Interview Questions




Un-Answered Questions

How do you define a module?

380


Where are windows startup programs located?

414


What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.

1474


Which command is used to delete a package?

562


What are benefits of an ad-hoc network?

403






How to divide a page into parts using jquery mobile? : jquery mobile

462


define is catalog and types of catalogs in cognos?

5


Why the earth to phase voltage is high 250 compare to other two phases

1030


What is the difference between tuples and lists in python ?

197


How do I start and stop mysql server?

455


Explain set analysis in qlikview ??

5


How do you create empty strings in c#?

495


What is expention fastener (Fan)

1522


Write code to fetch the users in list?

373


What is the trustanchors parameter must be non-empty error and how can you solve it?

1