What does s c mean in text?
No Answer is Posted For this Question
Be the First to Post Answer
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
Why enum is used in c?
What is a spanning Tree?
Explain the difference between call by value and call by reference in c language?
Why C language is a procedural language?
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
What is double pointer in c?
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
How are 16- and 32-bit numbers stored?
wt is d full form of c