Explain what is the use of a semicolon (;) at the end of every program statement?
No Answer is Posted For this Question
Be the First to Post Answer
Write a Program to accept different goods with the number, price and date of purchase and display them
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
How do I access command-line arguments?
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
Describe the modifier in c?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
what is the difference between definition and declaration? give me some examples.
what is the most appropriate way to write a multi-statement macro?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
What is void c?