What is the importance of c in your views?
No Answer is Posted For this Question
Be the First to Post Answer
What is the memory allocated by the following definition ? int (*x)[10];
how to use enum datatype?Please explain me?
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
what is uses of .net
write a program to display numbers from 1 to 10 and 10 to 1?
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 sizeof in c?
Where static variables are stored in c?
input any 4 digit number and find the difference of all the digits?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
How is null defined in c?
What are the preprocessor categories?