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

Bosch C Interview Questions
Questions Answers Views Company eMail

How do I access command-line arguments?

2 8378

What is the Difference between Macro and ordinary definition?

3 24705

what is the use of call back function in c?tell me with example

2 17759

write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)

1 6520

What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);

3 6938

print ur name without using any semicolon in c/c++....

21 28185

Difference Between embedded software and soft ware?

1 9438

explain about storage of union elements.

2 5991

write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..

10 28286

Find greatest of two numbers using macro

4 35336

Q. where is the below variables stored ? - volatile, static, register

3 12466

Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 4499

what are the stages of compilation

1 5777

Write the test cases for checking a variable having value in range -10.0 to +10.0?

1813

find the size of structure without using the size of function

1 3350

Post New Bosch C Interview Questions


Bosch C Interview Questions


Un-Answered Questions

What are dba privileges?

255


What are the different types of equipments for the conveyance of solids?

555


What are the advantages of reactjs?

151


Is apache spark a framework?

179


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

1582






Explain index covering? List its merits.

495


What are pending messages in the console? : BEA Weblogic

528


Is react a framework?

358


What is principal component analysis and how can you create a pca model in r?

59


Tell me what is pear?

550


How much ram do I need for mongodb?

1


What is hashable?

1


Would you be willing to work over 40 hours a week?

688


what is purpose of use stug.

1944


write a c program in such a way that if we enter the today date the output should be next day's date.

1677