Why does not c have an exponentiation operator?
No Answer is Posted For this Question
Be the First to Post Answer
What is the translation phases used in c language?
Explain what is meant by 'bit masking'?
what is data structure.in linear and non linear data structures which one is better?Explain
Write a program to print "hello world" without using a semicolon?
what is computer engg
Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
what is available in C language but not in C++?
10 Answers CTS, TCS,
I came across some code that puts a (void) cast before each call to printf. Why?
1,4,8,13,21,30,36,45,54,63,73,?,?.
10 Answers AMB, Franklin Templeton,
which one is better structure or union?(other than the space occupied )
Explain how do you list files in a directory?
Write a program using bitwise operators to invert even bits of a given number.