the statement while(i) puts the entire logic in loop. this loop is called
a) indefinite loop
b) definite loop
c) loop syntax wrong
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
write a program to generate 1st n fibonacci prime number
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
What is Lazy evaluation in C? Give an example.
Write a program which returns the first non repetitive character in the string?
write an algorithm and a program to count the number of elements in a circularly singly linked list
implement OR gate without using any bitwise operator.
What is use of pointer?
Write a c program to demonstrate character and string constants?
atoi, which takes a string and converts it to an integer. 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
what are bitwise shift operators?
How do I create a directory? How do I remove a directory (and its contents)?