write a program to insert an element at the specified position in the given array in c language
5 26060What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
3 8344write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
7 14314write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
7 342151) 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 main () in c?
What is the size of empty structure in c?
What is dynamic memory allocation?
What is the difference between array and pointer in c?
Can main () be called recursively?
What is header file in c?
How can I manipulate strings of multibyte characters?
Why header files are used?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What is a structure in c language. how to initialise a structure in c?
Can you pass an entire structure to functions?
Is there any demerits of using pointer?
Differentiate fundamental data types and derived data types in C.
Do variables need to be initialized?