prog for 1st five prime numbers in 2^x - 1
No Answer is Posted For this Question
Be the First to Post Answer
A C E G H +B D F A I ------------ E F G H D
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Not all reserved words are written in lowercase. TRUE or FALSE?
Why does this code crash?
What does #pragma once mean?
Are the expressions * ptr ++ and ++ * ptr same?
in malloc and calloc which one is fast and why?
how can i calculate mean,median,mode by using c program
how to devloped c lenguege?
swapping of two numbers without using third variable using AND and OR operators
IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
I heard that you have to include stdio.h before calling printf. Why?