What library is sizeof in c?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
What is 1f in c?
what is the use of a array in c
How do I declare a pointer to an array?
how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...
What is the difference between single charater constant and string constant?
What is array within structure?
Give the Output : * * * * * * * * * *
How do you list files in a directory?
What is the difference between the = symbol and == symbol?
What is c language & why it is used?
Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June