What is variable and explain rules to declare variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
There 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.
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Is c pass by value or reference?
how to convert binary to decimal and decimal to binary in C lanaguage
7 Answers BPO, Far East Promotions, IBM, RBS,
Can a variable be both static and volatile in c?
Whats s or c mean?
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
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).
without using arithmatic operator solve which number is greater??????????
What do header files do?
what is the maximum no. of bytes calloc can allocate
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?