Can two or more operators such as
and be combined in a single line of program code?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output for this question: main() { int i=1; printf("%d%d%d",i,i++,++i); }
compare array with pointer?
write a proram to reverse the string using switch case?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
explain what is an endless loop?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What is the role of this pointer?
How would you write qsort?
What is the difference between c and python?
A stack can be implemented only using array?if not what is used?
What are the two types of structure?
Do you know the use of fflush() function?