What is ctrl c called?
No Answer is Posted For this Question
Be the First to Post Answer
What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value
What is auto keyword in c?
Tell me when would you use a pointer to a function?
What is a protocol in c?
how to use virual function in real time example
how should functions be apportioned among source files?
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
how to create duplicate link list using C???
What is masking?
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
How to get string length of given string in c?