Why does not c have an exponentiation operator?
No Answer is Posted For this Question
Be the First to Post Answer
What is nested structure?
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
what is the advantage of function pointer
16 Answers CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,
What does %c mean in c?
What is structure data type in c?
Why c is a mother language?
How variables are declared in c?
write a program to generate address labels using structures?
code for find determinent of amatrix
Do you know what are the properties of union in c?
Write a program to generate random numbers in c?
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }