Difference between goto, long jmp() and setjmp()?
No Answer is Posted For this Question
Be the First to Post Answer
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
How can I do peek and poke in c?
how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help
write a program to find out number of on bits in a number?
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
What are bit fields? What is their use?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Describe wild pointers in c?
What is identifiers in c with examples?
what is the different bitween abap and abap-hr?