What is the advantage of an array over individual variables?
No Answer is Posted For this Question
Be the First to Post Answer
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What are terms in math?
Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors
what is the little endian and big endian?
how to find binary of number?
Explain what is a pragma?
What is alloca() and why is its use discouraged?
How can you call a function, given its name as a string?
Can static variables be declared in a header file?
Explain modulus operator. What are the restrictions of a modulus operator?
using for loop sum 2 number of any 4 digit number in c language