What is the most efficient way to count the number of bits which are set in an integer?
No Answer is Posted For this Question
Be the First to Post Answer
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
What is the use of typedef in c?
What is the translation phases used in c language?
What is function and its example?
What is a struct c#?
C program to perform stack operation using singly linked list
can you change name of main()?how?
Whats s or c mean?
What is the difference between the expression “++a” and “a++”?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
How are portions of a program disabled in demo versions?