What is use of null pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
What is difference between array and pointer in c?
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
What is the use of sizeof () in c?
What is the use of function overloading in C?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
what is uses of .net
change to postfix a/(b+c*d-e)
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 difference between null pointer and void pointer
10 Answers CTS, Manforce, MAQ Software,
What is the purpose of Scanf Print, getchar, putchar, function?
write a program to fined second smallest and largest element in a given series of elements (without sorting)