How are portions of a program disabled in demo versions?
No Answer is Posted For this Question
Be the First to Post Answer
How can I manipulate individual bits?
What are structure members?
Write a program using bitwise operators to invert even bits of a given number.
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā%d\nā,j); }
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
Write a program to find minimum between three no.s whithout using comparison operator.
Write a code of a general series where the next element is the sum of last k terms.
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
prog for 1st five prime numbers in 2^x - 1
Explain what header files do I need in order to define the standard library functions I use?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)