What is nested structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
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 is a stream water?
Explain the properties of union. What is the size of a union variable
Explain #pragma statements.
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
What does %d do?
When should a type cast be used?
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?
How can you convert integers to binary or hexadecimal?
How can you find the day of the week given the date?
What is the concatenation operator?
How to declare pointer variables?