write a program to insert an element at the specified position in the given array in c language
5 26249What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
3 8516write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
7 14507write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
7 344931) 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,
4659
Explain how can a program be made to print the name of a source file where an error occurs?
What are the 5 organizational structures?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Write a program to check palindrome number in c programming?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
How many types of arrays are there in c?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What are the 4 types of programming language?
What are preprocessor directives in c?
Do variables need to be initialized?
What are void pointers in c?
How can a program be made to print the name of a source file where an error occurs?
What are the types of functions in c?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above