Why is c called a mid-level programming language?
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
What is void pointers in c?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What is the purpose of scanf() and printf() functions?
What is structure padding and packing in c?
What is typedef?
Write a program to exchange two variaables without temp
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Discuss the function of conditional operator, size of operator and comma operator with examples.
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 write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *