Explain what are reserved words?
No Answer is Posted For this Question
Be the First to Post Answer
What is time complexity c?
write a c program to print "Welcome" without using semicolon in the whole program ??
Why can't I perform arithmetic on a void* pointer?
What are the different data types in C?
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
What are derived data types in c?
Why is sprintf unsafe?
Can we declare variable anywhere in c?
HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE
What are the advantages and disadvantages of c language?
whether itis a structured language?