Write a program to check prime number in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of the fflush() function in C?
Can we assign integer value to char in c?
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
What is structure in c language?
what is the basis for selection of arrays or pointers as data structure in a program
Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a
What are preprocessor directives?
What is meant by type specifiers?
How can I sort more data than will fit in memory?
Why is c so important?
how to reverse string "Hello World" by using pointers only. Without any temp var
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,