Implement bit Array in C.
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
7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above
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)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
write a c program to calculate sum of digits till it reduces to a single digit using recursion
how to connect oracle in C/C++.
Explain how can I read and write comma-delimited text?
What is the difference between strcpy() and memcpy() function in c programming?
how we can say java is platform independent, while we require JVM for that particular Operating System?
Why doesnt the call scanf work?
Why is main function so important?