implement OR gate without using any bitwise operator.
HOW CAN ADD OUR FUNCTION IN LIBRARY.
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What are the 4 types of unions?
what is the little endian and big endian?
write a program structure to find average of given number
suppose there are five integers write a program to find larger among them without using if- else
What is the modulus operator?
What is Lazy evaluation in C? Give an example.
What is 1f in c?
What is meant by int fun const(int a, int b) { .... ... }
all c language question
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc