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 48810

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 12939

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

7 10378

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 9263

Define function ?Explain about arguments?

2 7546

C passes By value or By reference?

5 9090

difference between my-strcpy and strcpy ?

3 13318

What compilation do?

7 9013

Write a program to exchange two variaables without temp

9 10825

Post New Geometric Software C Interview Questions




Un-Answered Questions

Is there a way to see the files which are stored?

500


What is Spark Driver?

201


What is hot deployment in tomcat?

443


How many bones does a newly born human infact have?

519


Have you used any caching mechanisms in SAP Process Orchestration? How do they contribute to improved performance?

1






What is the use of mysql_real_escape_string in php?

461


any body send the configuration of investment management

1782


What is a beat in a script?

552


If Neutral Grounding Resistor (GR) failed/shorted. Is it repairable.

1159


What is raid (redundant array of inexpensive disks)?

545


List out common artisan commands used in laravel.

380


What is webapplicationcontext?

172


What is sticky intent?

582


Is salary a ratio or interval?

558


What is a cell in microsoft excel?

341