What is volatile variable how do you declare it?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between ANSI structure and C99 Structure?
What is uint8 in c?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
what is c?
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
plz let me know how to become a telecom protocol tester. thank you.
What is ponter?
What is getche() function?
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
What is structure packing ?
Write a program of prime number using recursion.