How to write a multi-statement macro?
No Answer is Posted For this Question
Be the First to Post Answer
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā%dā,s.x); }
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
which operator is known as dummy operator in c?
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
When was c language developed?
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 is unary operator?
How do I swap bytes?
convert 0.9375 to binary