What is wrong with this program statement? void = 10;
No Answer is Posted For this Question
Be the First to Post Answer
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
How many data structures are there in c?
Which is the best website to learn c programming?
How can I get random integers in a certain range?
what is the difference between const char *p, char const *p, const char* const p
5 Answers Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
Can we use any name in place of argv and argc as command line arguments?
#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
simple program of graphics and their output display