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

Post New Answer

More C Interview Questions

what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

0 Answers   L&T,


what are enumerations in C

0 Answers   TCS,


Find the highest of three numbers and print them using ascending orders?

1 Answers  


Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)

5 Answers   IBM, KJH,


what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }

7 Answers  






program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.

3 Answers  


What's wrong with "char *p; *p = malloc(10);"?

5 Answers  


Explain indirection?

0 Answers  


What header files do I need in order to define the standard library functions I use?

0 Answers  


What is the need of structure in c?

0 Answers  


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

0 Answers  


What is the use of ?

0 Answers  


Categories