The statement, int(*x[]) () what does in indicate?
No Answer is Posted For this Question
Be the First to Post Answer
What's a good way to check for "close enough" floating-point equality?
how to sort two array of characters and make a new array of characters.
write a c program for swapping two strings using pointer
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
What is meant by type specifiers?
how to find sum of digits in C?
change to postfix a/(b+c*d-e)
What is the difference between static and global variables?
What is the difference between memcpy and memmove?