What does return 1 means in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of using linked list and array?
What does stand for?
Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What are the key features in c programming language?
12345 1234 123 12 1
Are the variables argc and argv are local to main?
write a program to find out prime number using sieve case?
What are global variables?
Write a program for print infinite numbers
What is the use of linkage in c language?
When should the register modifier be used? Does it really help?