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

Explain how do you generate random numbers in c?

0 Answers  


How to develop software using "c" programming?

1 Answers   IBM, TCS,


what is calloc and malloc?

2 Answers  


Do pointers store the address of value or the actual value of a variable?

0 Answers   Fidelity,


I want tcs placement papers of 2004-2009 , its urgent

6 Answers   TCS, Wipro,






Program to display given 3 integers in ascending order

1 Answers   N Tech,


Explain why can’t constant values be used to define an array’s initial size?

0 Answers  


1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?

0 Answers  


Linked lists -- can you tell me how to check whether a linked list is circular?

0 Answers  


WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?

28 Answers   3D PLM, Code Studio, Deltech, IBM,


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

0 Answers   Lovely Professional University,


int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }

3 Answers   HCL,


Categories