how to construct a simulator keeping the logical boolean gates
in c
No Answer is Posted For this Question
Be the First to Post Answer
Is null valid for pointers to functions?
How many bytes is a struct in c?
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
Are the outer parentheses in return statements really optional?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is the best way of making my program efficient?
main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }
What is a macro in c preprocessor?
Why n++ execute faster than n+1 ?
What is structure pointer in c?
What is the explanation for prototype function in c?