How many bytes are occupied by near, far and huge pointers (dos)?
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
what is ANSI and ISO
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
what is bit rate & baud rate? plz give wave forms
Tell me the use of bit field in c language?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
swap 2 numbers without using third variable?
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
Is return a keyword in c?
without using arithmatic operator solve which number is greater??????????
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.