what does ‘#include’ mean?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
implement general tree using link list
How to implement variable argument functions ?
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
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).
how to use virual function in real time example
write a program to print data of 5 five students with structures?
What is main () in c language?
What is the real time usage volatile?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
What is the use of clrscr?