How can this be legal c?
No Answer is Posted For this Question
Be the First to Post Answer
biggest of two no's with out using if condition statement
write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 Answers ABC, College School Exams Tests,
WHOT IS CHAR?
write a program to print largest number of each row of a 2D array
Explain what header files do I need in order to define the standard library functions I use?
What is %d called in c?
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
find the minimum of three values inputted by the user
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
What is "Hungarian Notation"?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What does 2n 4c mean?