Answer Posted / dharmaraj
A STRUCTURE IS "ALL THE DATAS TO SAVING IN ONE UNIT "AND
CALLED IN SINGLE NAME.
the structur is used in use "struct" keyword.
[e.g]
struct struct_name()
{
-----
-----
}
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of main() function?
Write a Program to find whether the given number or string is palindrome.
What does *p++ do? What does it point to?
What does c value mean?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Why are all header files not declared in every c program?
Write a program to reverse a string.
Explain why can’t constant values be used to define an array’s initial size?
Explain which function in c can be used to append a string to another string?
explain how do you use macro?
What are data types in c language?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Is fortran still used in 2018?
How can I get random integers in a certain range?