How a string is stored in c?
No Answer is Posted For this Question
Be the First to Post Answer
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 the use of linkage in c language?
What is a segmentation fault?
What is the usage of the pointer in c?
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
what is the difference b/w compiler and debugger?
biggest of two no's with out using if condition statement
Tell me what are bitwise shift operators?
how can we use static and extern?and where can we use this?
What is array within structure?
How do I initialize a pointer to a function?
what is the output of printf("%d",(scanf("%d",10));