Implement bit Array in C.


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

Post New Answer

More C Interview Questions

5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function

1 Answers   TCS,


7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above

10 Answers   Accenture,


what is the difference between const char *p, char const *p, const char* const p

5 Answers   Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,


how the compiler treats any volatile variable?Explain with example.

1 Answers   Tata Elxsi,


1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file

1 Answers  


write a c program to calculate sum of digits till it reduces to a single digit using recursion

0 Answers   IBM,


how to connect oracle in C/C++.

3 Answers   TCS, Wipro,


Explain how can I read and write comma-delimited text?

0 Answers  


What is the difference between strcpy() and memcpy() function in c programming?

0 Answers  


how we can say java is platform independent, while we require JVM for that particular Operating System?

3 Answers   Honeywell, TCS,


Why doesnt the call scanf work?

0 Answers  


Why is main function so important?

0 Answers  


Categories