difference between native and cross compilers
No Answer is Posted For this Question
Be the First to Post Answer
What is define c?
every function has return the value?
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What is the use of parallelize in spark?
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
How can I do graphics in c?
What is include directive in c?
How can I make it pause before closing the program output window?
write a program to gat the digt sum of a number (et. 15= >1+5=6)
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?