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 Interview Questions
Questions Answers Views Company eMail

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

5 49696

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 13740

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

7 11476

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 9881

Define function ?Explain about arguments?

2 8105

C passes By value or By reference?

5 9996

difference between my-strcpy and strcpy ?

3 13980

Least no. when divide by 7 gives remainder 6, 6 gives 5, 5 gives 4 and so on ?

6 30575

What compilation do?

7 10295

Artficial language is provided which of the language?

3 6532

for cube and sphere 3 views are similarly draw one such figure?

2 13730

Write a program to exchange two variaables without temp

9 11916

Fortran cannot have value by reference True or False?

2 7020

success is to failure, joy is to ?

5 32615

meaning of JOLLY?

3 15072

Post New Geometric Software Interview Questions




Un-Answered Questions

What is angular js i18n and l10n language translation?

591


How to switch between multiple windows in selenium?

664


What is the mechanism by which conduction takes place inside the semiconductor?

836


How many types of css are there?

397


Explain about remote call procedure?

671






3. Use layered architecture for coding. s.no name description 1 abc xxxxxxxxx 2 abc xxxxxxxxx 3 4 5 6 7 8 Select all Clear all Add Delete Name Description Save close

1604


what is use of apache in web server?

681


What are computer variables?

683


Describe number range interval. : fi- general ledger accounting

890


What is a thread in c?

560


What is a conclusion in a presentation?

177


How to validate form in angular 4?

546


What is a functional interface?

726


What are PCA, KPCA, and ICA used for?

67


what operator is used to handle null exceptions in Kotlin?

202