What are structures and unions? State differencves between them.
No Answer is Posted For this Question
Be the First to Post Answer
what is diference between return 0 and return NULL??
What is the use of structure padding in c?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
write a program to find the given number is prime or not
2 Answers Accenture, Vasutech,
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 ANSI and ISO
Magic square
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
Explain what’s a signal? Explain what do I use signals for?
Is c dynamically typed?
write a progam to compare the string using switch case?