C Programming and Technical Programming Program

What happens when one types print("Hello"); instead of printf("hello");...
a.compilation error
b.Runtime error
c.Executes succesfully
d.None

Read Solution (Total 24)

C Other Question

find out the element from an array of numbers which repeats most number of time.
i.e if the array is {1,2,2,2,3} ans is {2}
if the array is {1,2,2,2,3,3,3} ans is {2,3}
Given a string. Write a program to form a string with first character of all words