What is sizeof int?
No Answer is Posted For this Question
Be the First to Post Answer
What is an endless loop?
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
How to declare pointer variables?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
How will you declare an array of three function pointers where each function receives two ints and returns a float?
what is difference b/w extern & volatile variable??
how could explain about job profile
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
Difference between C and Embedded C?
What is function and its example?