Implement bit Array in C.
No Answer is Posted For this Question
Be the First to Post Answer
Is the following code legal? struct a { int x; struct a b; }
Explain how can I prevent another program from modifying part of a file that I am modifying?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Write a function that accepts two numbers,say a and b and makes bth bit of a to 0.No other bits of a should get changed.
2 Answers Scientific Atlanta, Wipro,
#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }
How to print "Hi World" without using semi colon?
#define f(x) main() { printf("\n%d",f(2+2)); }
what is a constant pointer in C
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
In header files whether functions are declared or defined?
Define C in your own Language.
What is a header file?