Without using main fn and semicolon,print remainder for a
given number in C language
Answer Posted / swamy
we can not print any number with out using main function
and semicolon.
I think
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Why can’t constant values be used to define an array’s initial size?
What is c variable?
How a string is stored in c?
How do you override a defined macro?
How many levels of indirection in pointers can you have in a single declaration?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Why c is a procedural language?
What is pivot in c?
What are unions in c?
Do variables need to be initialized?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
What does the error message "DGROUP exceeds 64K" mean?
What's the best way of making my program efficient?
Explain the bubble sort algorithm.
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)