What is maximum size of array in c?
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
what type of language is C?
what is the difference between #include<> and #include”…”?
Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above
what does ‘segmentation violation’ mean?
What is NULL pointer?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not
Explain how do you list a file’s date and time?
What are the two types of structure?
int main() { int days; printf("enter days you are late"); scanf("%d",days); if (days<=5) printf("5o paisa fine"); if (days<=10&&days>=6) printf("1rs fine"); if(days>10) printf("10 rs fine"); if(days=30) printf("membership cancelled"); return 0; } tell me whats wrong in this program? is it right?
What is the equivalent code of the following statement in WHILE LOOP format?