enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program
1 4172whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.
1 3469write 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.
1 3926Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
3 5353write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com
6 9438what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
3 6724
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is wrong with this code?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What is meant by gets in c?
Do character constants represent numerical values?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Why is not a pointer null after calling free?
What is the difference between local variable and global variable in c?
What is malloc and calloc?
How can I implement sets or arrays of bits?
What is keyword with example?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
Explain what math functions are available for integers? For floating point?
What is difference between %d and %i in c?