can we implement multi-threads in c.


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

Post New Answer

More C Interview Questions

Can we use any name in place of argv and argc as command line arguments?

0 Answers  


what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel

1 Answers   V2 Solutions,


Which is the memory area not included in C program? give the reason

0 Answers   IBM, TCS,


Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.

0 Answers  


simple program for virtual function?

1 Answers  






wat are the two methods for swapping two numbers without using temp variable??

2 Answers  


What are the data types present in c?

0 Answers  


write a progrmm in c language take user interface generate table using for loop?

0 Answers  


What character terminates all strings composed of character arrays? 1) 0 2) . 3) END

3 Answers  


What is hash table in c?

0 Answers  


What will be your course of action for a push operation?

0 Answers  


What are .h files and what should I put in them?

3 Answers  


Categories