Compare array data type to pointer data type
No Answer is Posted For this Question
Be the First to Post Answer
What is wrong in this statement? scanf(“%d”,whatnumber);
In scanf h is used for
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...
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
What is #include in c?
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
How to declare a variable?
How can you increase the size of a statically allocated array?
Are the variables argc and argv are local to main?
What are the benefits of organizational structure?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Write a routine that prints out a 2-D array in spiral order!