What does. int *x[](); means ?
Explain what’s a signal? Explain what do I use signals for?
Why can arithmetic operations not be performed on void pointers?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,
What is meant by inheritance?
WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
8 Answers Carphone Warehouse, IBM, SAS,
How do you determine if a string is a palindrome?
What should be keep precautions while using the recursion method?
in iso what are the common technological language?
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
What is the proper way of these job Tell me about there full work
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
What is a const pointer, and how does it differ from a pointer to a const?