What is restrict keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the code to display color fonts in the output?
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
What are types of structure?
what is void pointer?
What do you mean by c?
what is diference between return 0 and return NULL??
What is sizeof int in c?
What is getch () for?
A MobileNumber is a VIP number if it satisfy the following conditions. The operator should be Vodafone. Atleast one 0 (Zero) should be exist in mobile number. The number should not end with 8. The single digit sum of all the digits in the number should be equal to 9. For example if the number is 9876543210, the sum is 9+8+7+...+1+0 = 45. Sum of 4+5 = 9. Write a method: private boolean isVIPMobileNumber(String mobileNum, String operator) mobileNum phone number operator mobile operator as bsnl, Vodafone
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none
What is memory leak in c?
The variables are int sum=10,SuM=20; these are same or different?