Explain the concept and use of type void.
No Answer is Posted For this Question
Be the First to Post Answer
What are different types of operators?
write the program for maximum of the following numbers? 122,198,290,71,143,325,98
write a program to remove duplicate from an ordered char array? in c
what is memory leak?
What are lookup tables in c?
List a few unconditional control statement in c.
write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables
Explain what is dynamic data structure?
Table of Sudoku n*n
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same