can we have joblib in a proc ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

compute the nth mumber in the fibonacci sequence?

10 Answers   Canon, HPL, Satyam, TCS,


pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?

2 Answers   eClerx, Excel, kenexa,


what are the static variables

8 Answers   HCL, iFlex, TCS, Wipro,


why 'c' is called middle level language.

2 Answers  


write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4

1 Answers  






What is d scanf?

0 Answers  


How can I convert integers to binary or hexadecimal?

2 Answers  


How are Structure passing and returning implemented by the complier?

0 Answers   TISL,


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

3 Answers   Bosch,


Write a Program to find whether the given number or string is palindrome.

0 Answers   InterGraph,


where do we use volatile keyword?

1 Answers  


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

0 Answers   Amazon,


Categories