simple program of graphics and thier outpu display with a want what is out put of graohics in c language
1 3739An entire structure variable can be assigned to another structure variable if __________
Sasken, TCS, Tech Mahindra, Wipro,
3 22679Give the logic for this
#include
What is the correct declaration of main?
Write a program to print “hello world” without using semicolon?
How do I get an accurate error status return from system on ms-dos?
Explain zero based addressing.
What are global variables and how do you declare them?
Explain the difference between strcpy() and memcpy() function?
What is identifier in c?
What are the parts of c program?
Why does everyone say not to use gets?
What is the difference between array and structure in c?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is the size of enum in c?
Can a variable be both constant and volatile?
How can I generate floating-point random numbers?