Write a program to generate a pulse width frequency of your
choise,which can be variable by using the digital port of
your processor


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are types of preprocessor in c?

0 Answers  


can we print any string without using terminator?

2 Answers   Infosys, TCS,


Which are low level languages?

0 Answers  


What happens if you free a pointer twice?

0 Answers  


x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????

3 Answers  






What is the use of volatile?

0 Answers  


where are auto variables stored? What are the characteristics of an auto variable?

0 Answers  


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

0 Answers  


What is difference between union All statement and Union?

0 Answers  


What is array of structure in c?

0 Answers  


What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;

12 Answers   TCS,


what is compiler

6 Answers  


Categories