What is an operator?
No Answer is Posted For this Question
Be the First to Post Answer
WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............
main() { printf(5+"Vidyarthi Computers"); }
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
how does printf function work
What does do in c?
Which sorting algorithm is the best?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What is output redirection?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
How do you write a program which produces its own source code as its output?
coding for Fibonacci.?