write a program to display all prime numbers
No Answer is Posted For this Question
Be the First to Post Answer
What is adt in c programming?
what is answer for perfect number????????????????
What are the string functions? List some string functions available in c.
What is the difference between text files and binary files?
List some basic data types in c?
What is character set?
why effort estimation is important?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
Why do we need volatile in c?
write a C code To reverse a linked list
What are header files and what are its uses in C programming?
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?