write a program to insert an element at the specified position in the given array in c language
5 26064What 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 14317write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
7 342211) 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 are the scope of static variables?
What is call by reference in functions?
Why main is used in c?
Explain what is the difference between a free-standing and a hosted environment?
What is the explanation for prototype function in c?
Why do we use static in c?
How do we declare variables in c?
What is function prototype in c language?
Is there sort function in c?
Is c procedural or functional?
What are data structures in c and how to use them?
When should the register modifier be used? Does it really help?
What are comments and how do you insert it in a C program?
What is structure pointer in c?
How can a program be made to print the name of a source file where an error occurs?