What is sizeof int in c?
No Answer is Posted For this Question
Be the First to Post Answer
Are pointers integer?
How can you return multiple values from a function?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
How can a string be converted to a number?
What is key word in c language?
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
What does *p++ do?
Explain what is the difference between far and near ?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
How important is structure in life?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
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