Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language
List some of the static data structures in C?
How do you use a 'Local Block'?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What is openmp in c?
Write a program to find the biggest number of three numbers in c?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Difference between constant pointer and pointer to a constant.
Explain what is the difference between a string and an array?
How can I determine whether a machines byte order is big-endian or little-endian?
What is boolean in c?
What is extern variable in c with example?