when to use : in c program?
Answers were Sorted based on User's Feedback
How to print India by nested loop? I IN IND INDI INDIA
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
What is #include conio h?
What is restrict keyword in c?
Can the curly brackets { } be used to enclose a single line of code?
what is ans for this scanf(%%d",c);
Tell us bitwise shift operators?
How. To pass the entrance test
Write a program for finding factorial of a number.
Explain how can I convert a number to a string?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What is main function in c?