What do you mean by command line argument?
Why void main is used in c?
What will be the outcome of the following conditional statement if the value of variable s is 10?
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
What are the advantages of Macro over function?
Explain built-in function?
what is the difference between NULL('\0') and 0?
What is the difference between union and anonymous union?
What are the properties of union in c?
Why ordinary variable store only one value
Write a program to print the prime numbers from 1 to 100?
where do we use structure pointer?
Where register variables are stored in c?