What happens if a header file is included twice?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of a semicolon (;) at the end of every program statement?
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }
What are the 5 types of organizational structures?
What is the best way of making my program efficient?
4. main() { int c=- -2; printf("c=%d",c); }
How can I ensure that integer arithmetic doesnt overflow?
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 does c mean before a date?
Is struct oop?
Write a program to check palindrome number in c programming?
How will you delete a node in DLL?