C Programming - Old Questions
Question Answer Details
6. List various binary and unary operators used in C? Write a program that uses "while"loop to compute and prints the sum of a given numbers of squares. For example, if 4 is input, then the program will print 30, which is equal to 12+22+32+42 [1+4]
Answer
AI Generated Answer
AI is thinking...