What does. int *x[](); means ?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is wild pointer in c?
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
Why cant I open a file by its explicit path?
What is the difference between printf and scanf in c?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Explain what is the difference between null and nul?
What is the difference between near, far and huge pointers?
Program to write some contents into a file using file operations with proper error messages.
If the size of int data type is two bytes, what is the range of signed int data type?
What is the use of the function in c?
write a program for fibonaci series by using while loop in c?