enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program
1 4171whenever 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 9435what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
3 6723
C program to find all possible outcomes of a dice?
What is an array? What the different types of arrays in c?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
Write a code of a general series where the next element is the sum of last k terms.
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What are the types of operators in c?
Explain Basic concepts of C language?
write a program fibonacci series and palindrome program in c
What is the use of getchar() function?
Difference between MAC vs. IP Addressing
Explain the bubble sort algorithm.
Why is struct padding needed?
What is function pointer c?
Is malloc memset faster than calloc?
How does pointer work in c?