what is bit rate & baud rate? plz give wave forms
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are reserved words?
what is a stack
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
1 Answers 91mobiles, Amazon, App Guruz, College School Exams Tests, Folio3, Infosys, Omega, Planin, Riphah International University, Subex,
difference between loading and linking
What does a run-time "null pointer assignment" error mean?
void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?
Where static variables are stored in memory in c?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
write a program to interchange the value between two variable without using loop
how to set Nth bit of variable by using MACRO
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?