enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program
1 4173whenever 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 3470write 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 3928Input 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 9443what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
3 6729
How can you tell whether two strings are the same?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
How can you access memory located at a certain address?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
explain what is an endless loop?
Why shouldn’t I start variable names with underscores?
How many types of operator or there in c?
What is context in c?
What is dangling pointer in c?
What is the difference between a string and an array?
What is difference between structure and union in c?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Why is it usually a bad idea to use gets()? Suggest a workaround.
what is the function of pragma directive in c?
Where register variables are stored in c?