What are c preprocessors?
No Answer is Posted For this Question
Be the First to Post Answer
find a number whether it is even or odd without using any control structures and relational operators?
22 Answers Microsoft, Shashank Private Limited,
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
Explain heap and queue.
How to set a variable in the environment list?
What is union in c?
What is actual argument?
What is a memory leak? How to avoid it?
What is calloc()?
What is advantage of pointer in c?
What does %d do?
how to print 212 as Twohundreds twelve plz provide me ans soon
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if