Post New Answer View All Answers
what is bit rate & baud rate? plz give wave forms
Explain the difference between ++u and u++?
Can you write the function prototype, definition and mention the other requirements.
What is wrong in this statement? scanf(“%d”,whatnumber);
What are the advantages and disadvantages of pointers?
What does 4d mean in c?
What is #define in c?
What is a struct c#?
What’s a signal? Explain what do I use signals for?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What does stand for?
When should structures be passed by values or by references?
writ a program to compare using strcmp VIVA and viva with its output.
What is the right way to use errno?