What are the __date__ and __time__ preprocessor commands?
No Answer is Posted For this Question
Be the First to Post Answer
c program to subtract between two numbers without using '-' sign and subtract function.
What is the use of a conditional inclusion statement in C?
what is the difference between declaration ,defenetion and initialization of a variable?
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
Why is c so powerful?
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
Explain the binary height balanced tree?
What is void main ()?
3.write a simple program that will output your name,phone number,e-mail address,and academic major on separate lines 1.create an account and a personal directory for your work b.find out how to create a subdirectory on your system.create one called info c.you will use a text editor to type in your programs and data files.some C systems have a built in text editor;others do not.Find out what text editor you will be using and how to access it.create a text file(not a program) containing your name ,address,and telephone number on separate lines.Next,write the brand of computer you are using and the name of the text editor.Then write a paragraph that describes your past experience with computers.save this file in your info directory. d. find out how to print a file on your system .print out and turn in the file you created in (c).
What is printf () in c?
What is nested structure?