C program to read the integer and calculate sum and average using single
dimensional array
No Answer is Posted For this Question
Be the First to Post Answer
If the size of int data type is two bytes, what is the range of signed int data type?
c program to print a name without using semicolon
What is the meaning When we write "#include" what is # and what does include does there???
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Can we declare variables anywhere in c?
read a number & print all its devisors using c-program?
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
how we can make 3d venturing graphics on outer interface
f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?
Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?
What is a void pointer? When is a void pointer used?
where are auto variables stored? What are the characteristics of an auto variable?