what are bps & baud rates? differentiate these two?
Answers were Sorted based on User's Feedback
Answer / ramkumar
number of individual bits per second is called bps.
number of symbols per second is called baud rate.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / nakul
BPS- No. of bits per second
Baud Rate- No. of change in signal(waveform) per second
| Is This Answer Correct ? | 1 Yes | 2 No |
How is = symbol different from == symbol in c programming?
What do you mean by invalid pointer arithmetic?
write a program to generate 1st n fibonacci prime number
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
Write a Program to accept different goods with the number, price and date of purchase and display them
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
how can write all 1to 100 prime numbers using for loop,if and break ?
What is the concatenation operator?
If input is 123 then how to print 100 and 20 and 3 seperately?
How do you override a defined macro?
What is the use of #include in c?
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com