prog for 1st five prime numbers in 2^x - 1
No Answer is Posted For this Question
Be the First to Post Answer
how can i get output like this? 1 2 3 4 5 6
How can I send mail from within a c program?
Explain enumerated types in c language?
Explain what are global variables and explain how do you declare them?
Why functions are used in c?
What is a spanning Tree?
What are derived data types in c?
Describe wild pointers in c?
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
what is the difference between i++ and ++i?
How to establish connection with oracle database software from c language?
Determine if a number is a power of 2 at O(1).