write a program to insert an element at the specified position in the given array in c language
5 26062What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
3 8348write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
7 14316write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
7 342201) 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
TCS,
4605
what is recursion in C
Is printf a keyword?
How is null defined in c?
Is c a great language, or what?
What does p mean in physics?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Why is c called c not d or e?
What do you understand by friend-functions? How are they used?
What is a structure member in c?
What are the Advantages of using macro
What is define c?
Explain pointers in c programming?
Tell us bitwise shift operators?
What is the Purpose of 'extern' keyword in a function declaration?
Can include files be nested?