i have a written test in tomorrow
What is function definition in c?
Write a c program to print the sizes and ranges of different data types in c?
What is structure packing ?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
Why clrscr is used in c?
What is the difference between strcpy() and memcpy() function in c programming?
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What is operator promotion?
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What is meant by operator precedence?