what is bit rate & baud rate? plz give wave forms
No Answer is Posted For this Question
Be the First to Post Answer
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Are the variables argc and argv are always local to main?
Is python a c language?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
What is function pointer and where we will use it
What are different types of operators?
Why header files are used?
Is c still used in 2019?
write a program to delete an item from a particular location of an linear array?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
What is a string?