C Interview Questions
Questions Answers Views Company eMail

write a program to insert an element at the specified position in the given array in c language

Appin, IBM,

5 24171

What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);

Bosch,

3 6916

how to generate the length of a string without using len funtion?

4 6139

write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

7 12439

Write a program to generate prime factors of a given integer?

2 5134

write a program to generate 1st n fibonacci prime number

2 4659

write a program to generate 1st n fibonacci prime number

12 46867

Write a program to generate prime factors of a given integer?

Microsoft,

9 30606

write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

Calsoft,

7 31878

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

TCS,

3973

if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE

1 3279

YBJBU6

1 2869

Program to display given 3 integers in ascending order

N Tech,

1 4831

Program to find the absolute value of given integer using Conditional Operators

N Tech,

6 27245

Program to find the value of e raised to power x using while loop

IBM, N Tech,

5 30397


Post New C Questions

Un-Answered Questions { C }

What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

734


What is the most efficient way to count the number of bits which are set in an integer?

578


What is conio h in c?

611


Why doesn't C support function overloading?

1594


what is the significance of static storage class specifier?

1650






Why flag is used in c?

645


Is c still used?

591


What are nested functions in c?

557


What does the && operator do in a program code?

686


How can I pad a string to a known length?

603


What is the difference between strcpy() and memcpy() function in c programming?

616


Why does the call char scanf work?

607


What is getch c?

843


Write a program of advanced Fibonacci series.

696


Why is c called c?

615