How are Structure passing and returning implemented by the complier?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different data types in C?
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
What are header files and explain what are its uses in c programming?
how the compiler treats any volatile variable?Explain with example.
What is #include called?
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
What is the benefit of using #define to declare a constant?
how memory store byte
Explain what is the difference between functions getch() and getche()?
write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that
What is array within structure?