how to execute with out main in cprogram
Answer Posted / developer
Coding seekh le Ravinder.
| Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
What are conditional operators in C?
What is a program?
Why is C language being considered a middle level language?
what is bit rate & baud rate? plz give wave forms
What are global variables and how do you declare them?
What is the use of ?
What is the return type of sizeof?
Explain how do you view the path?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
Is there a built-in function in C that can be used for sorting data?
regarding pointers concept
What is the use of pointers in C?
What is size of union in c?
How many keywords (reserve words) are in c?