What is a class c rental property?
No Answer is Posted For this Question
Be the First to Post Answer
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
Tell us two differences between new () and malloc ()?
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 are the types of functions in c?
How can variables be characterized?
What is a segmentation fault?
IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
Describe how arrays can be passed to a user defined function
What is string constants?
what is a static function
Which is the best sort method for library management?