Write a program of advanced Fibonacci series.
No Answer is Posted For this Question
Be the First to Post Answer
How can I invoke another program from within a C program?
Binary tree traversing
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
What is a program flowchart?
Why is C called a middle-level language?
What is the difference between char array and char pointer?
What are the 4 data types?
write a program to insert an element at the specified position in the given array in c language
write a program to print the all 4digits numbers & whose squares must me even numbers?