I dont have good experience on c... i just want to learn some of the practical scenarios to be implemented in c.... for example how can i implement the following in C code...
y=1 when x=1
y=0 when x!=1
the main thing is that....
output y changes when input x changes and has to maintain its state for 1 second if there is any change in the input within 1 sec it has to maintain its previous state.
please any one help me on this..and kindly help me how to approch for this type of logics.. please