Write a program to display all the prime nos from 1 to
1000000, your code should not take time more than a minute
to display all the nos.
No Answer is Posted For this Question
Be the First to Post Answer
what is the main use of c where it can use the c
Can two or more operators such as and be combined in a single line of program code?
What are the types of unary operators?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Write a routine that prints out a 2-D array in spiral order!
what are two kinds of java
main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }
4 Answers Vector, Vector India,
Explain that why C is procedural?
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
Write a C function to search a number in the given list of numbers. donot use printf and scanf
How do you search data in a data file using random access method?
Why cd or dvd are round why not square.