Write a program to check prime number in c programming?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Can an array be an Ivalue?

0 Answers   EXL,


What should malloc() do?

0 Answers  


i need all types of question paper releted to "c" and other language.

0 Answers  


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

0 Answers  


What are local static variables?

0 Answers  






main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }

9 Answers   TCS,


Explain the priority queues?

0 Answers  


Does sprintf put null character?

0 Answers  


I heard that you have to include stdio.h before calling printf. Why?

0 Answers  


How many parameters should a function have?

0 Answers  


WAP to convert text into its ASCII Code and also write a function to decode the text given?

2 Answers  


Why cann't whole array can be passed to function as value.

1 Answers  


Categories