What is the purpose of void in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are volatile variables in c?
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
Write down the program to sort the array.
write a program in c language for the multiplication of two matrices using pointers?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
How many types of sorting are there in c?
Explain the process of converting a Tree into a Binary Tree.
What is pointers in c with example?
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
Why cant I open a file by its explicit path?
What is typedf?