What is getch () for?
No Answer is Posted For this Question
Be the First to Post Answer
Explain bit masking in c?
Write a program to print factorial of given number using recursion?
What is #include stdio h?
what are the 10 different models of writing an addition program in C language?
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
What is malloc return c?
Is c compiled or interpreted?
What do you mean by keywords in c?
What is the difference between printf and scanf )?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Process by which one bit pattern in to another by bit wise operation is?
What are the data types present in c?