How many main () function we can have in a project?
No Answer is Posted For this Question
Be the First to Post Answer
Why c is a procedural language?
Write a program to reverse a given number in c language?
What is use of bit field?
How do you define a function?
What is the difference between exit() and _exit()?
How can you pass an array to a function by value?
Who is the founder of c language?
Why #include is used in c language?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?
16 Answers Accel Frontline, Opera, Oracle,