What are the advantages of using Unions?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to print the all 4digits numbers & whose squares must me even numbers?
Write a program in c to print * * * * * *******
write a program without using main function?
What does printf does?
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
What is a far pointer?What is the utility?
to get a line of text and count the number of vowels in it
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
what is the diference between pointer to the function and function to the pointer?
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets