what is bit rate & baud rate? plz give wave forms


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

Post New Answer

More C Interview Questions

What is substring in c?

0 Answers  


I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.

1 Answers  


What are the advantage of c language?

0 Answers  


What is selection sort in c?

0 Answers  


whats the use of header file in c?

2 Answers  






what is the hardware model of CFG( context free grammar)

0 Answers   Microsoft,


What is the return type of sizeof?

0 Answers  


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

0 Answers  


While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.

2 Answers  


What do you mean by dynamic memory allocation in c? What functions are used?

0 Answers  


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?

10 Answers   Ramco,


What's the difference between a linked list and an array?

14 Answers  


Categories