implement OR gate without using any bitwise operator.
Do you have any idea about the use of "auto" keyword?
write a addition of two no. program with out using printf,scanf,puts .
Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
how to find sum of 5 digits in C?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......
difference between the array and linked list general difference related to memory
simple program of graphics and their output display
What is structure in c language?
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
What is strcmp in c?