Why header file is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to remove occurrences the word from entered text?
What are the 4 types of organizational structures?
How can I increase the allowable number of simultaneously open files?
Describe advantages and disadvantages of the various stock sorting algorithms
What are qualifiers in c?
What are loops c?
consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none
main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 Answers Vector, Vector India,
What are the differences between new and malloc in C?
c programming of binary addition of two binary numbers
what is op? for(c=0;c=1000;c++) printf("%c",c);
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?