enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program
1 4075whenever 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 3396write 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 3847Input 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 5224write 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 9218what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
3 6576
Explain goto?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Write a program in c to replace any vowel in a string with z?
What is pointer & why it is used?
Can a void pointer point to a function?
How many types of sorting are there in c?
What is the use of a static variable in c?
Difference between MAC vs. IP Addressing
What is c language and why we use it?
Should I learn data structures in c or python?
What are the features of c languages?
Whats s or c mean?
What is the explanation for prototype function in c?
Explain what are global variables and explain how do you declare them?
What is New modifiers?