What is function prototype in c language?
No Answer is Posted For this Question
Be the First to Post Answer
a program that can input number of records and can view it again the record
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
Why is a semicolon (;) put at the end of every program statement?
Explain how can I convert a number to a string?
What are the rules for the identifier?
How will you divide two numbers in a MACRO?
what is the difference between const char *p, char const *p, const char* const p
5 Answers Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
What are types of structure?
write a program to generate address labels using structures?
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
What is the purpose of main() function?