Write a program to check whether a number is prime or not using c?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }
12 Answers Capital IQ, Sasken,
Can you pass an entire structure to functions?
What is the acronym for ansi?
Is main() function predfined or userdefined?
hi send me sample aptitude papers of cts?
What is context in c?
What are the types of assignment statements?
Write a program in c using only loops to print * * * * * *******
what is the basis for selection of arrays or pointers as data structure in a program
What are the header files used in c language?
main() {int a=200*200/100; printf("%d",a); }
hat is a pointer?