Whats s or c mean?
No Answer is Posted For this Question
Be the First to Post Answer
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?
#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā); #endif
convert 0.9375 to binary
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
What is #ifdef ? What is its application?
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
What does 3 periods mean in texting?
how 2 compile & execute c program with out using editor?
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
how to find out the reverse number of a digit if it is input through the keyboard?
Differentiate between null and void pointers.