implement OR gate without using any bitwise operator.
Post New Answer View All Answers
What is use of pointer?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
How do you view the path?
What is dynamic memory allocation?
How does placing some code lines between the comment symbol help in debugging the code?
What are linked lists in c?
What is an endless loop?
When the macros gets expanded?
what are the different storage classes in c?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What is ## preprocessor operator in c?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
what is the basis for selection of arrays or pointers as data structure in a program
What is function prototype in c with example?