what are bps & baud rates? differentiate these two?
Answer Posted / 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 |
Post New Answer View All Answers
What is the use of static variable in c?
Is c# a good language?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Explain argument and its types.
Place the #include statement must be written in the program?
Describe the modifier in c?
Why c is known as a mother language?
What is strcpy() function?
What is the difference between null pointer and wild pointer?
How can I do peek and poke in c?
What is bin sh c?
Who invented b language?
Can you mix old-style and new-style function syntax?
What is the use of pragma in embedded c?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.