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
how to find greatet of 10 numbers without using array?
what is the difference b/w NULL and null?
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )
Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?
Why is %d used in c?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.
What is c preprocessor mean?
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,
What is s in c?