What are the restrictions of a modulus operator?
No Answer is Posted For this Question
Be the First to Post Answer
what will be maximum number of comparisons when number of elements are given?
How is a two dimensional array passed to function when the order of matrix is not known at complie time?
write a c program in such a way that if we enter the today date the output should be next day's date.
What is the difference between constant pointer and constant variable?
What is the value of h?
How do I access command-line arguments?
What is bin sh c?
What is a function simple definition?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What will be your course of action for a push operation?
What are shell structures used for?
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }