write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
5509How to find the digits truncation when assigning the interger variable to the character variables. like int i=500; char x = i : here we have truncation. how to find this. another ex: i =100; char x=i. here we do not have truncation.
1 3924write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC
2 11166Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
3 6323There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
1 5331Post New HCL C Interview Questions
How do you see the future of multimedia in India?
How does hibernate code looks like?
What is the heap in data structures?
What does the @managedproperty annotation mean?
What is a cshtml file?
What does $0 mean in shell script?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
Oil and fat containing food items are flushed with nitrogen. Why?
What is the use of cmath in c++?
How do I convert excel to csv file?
DIFFERENCE BETWEEN NORMAL TRAFO AND THRISTER TRAFO?
Explain the difference between stack and heap memory?
What ate the Types of data items?
What is better swift or objective c?
Why is the put_Font or putref_Font method not called when an ActiveX control's Font property is changed by the ActiveX Control Pad?