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
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Which is the memory area not included in C program? give the reason
main() { int a[10]; printf("%d",*a+1-*a+3); }
what is array?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Explain how can I right-justify a string?
how to write a bubble sort program without using temporary variable?
What is floating point constants?
Explain the difference between getch() and getche() in c?
wap in c to accept n number display the highest and lowest value
Difference Between embedded software and soft ware?