What kind of structure is a house?
No Answer is Posted For this Question
Be the First to Post Answer
Write a code on reverse string and its complexity.
what will be maximum number of comparisons when number of elements are given?
What is the difference between malloc() and calloc() function in c language?
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.
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 language is c written?
What are the preprocessors?
Expand the following LKB BKL FFG
Write a program that receives as input a number omaadel-n-print, four digits.
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What is the translation phases used in c language?
What is pragma in c?