Can include files be nested?
No Answer is Posted For this Question
Be the First to Post Answer
How can I remove the trailing spaces from a string?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
How are pointers declared in c?
what is array?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
explain what are actual arguments?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Explain Function Pointer?
What does stand for?
What is a null pointer in c?