What is structure data type in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the 4 types of programming language?
What is the heap?
write a program that will read the temperature in Celsius and convert that into Fahrenheit.
A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }
What is preprocessor with example?
What are loops c?
What is an anonymous union and where to apply that ?
write a program whose output will be- 1 12 123 1234
which type of question asked from c / c++ in interview.
How does pointer work in c?
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
how we can make 3d venturing graphics on outer interface