in programming languages a statement or part of a statement that specifies several different execution sequences
a) constructs
b) distructs
c) executes
d) none
No Answer is Posted For this Question
Be the First to Post Answer
Which weighs more, a gram of feathers or a gram of gold?
Explain what is the heap?
How can you allocate arrays or structures bigger than 64K?
Write a program to print factorial of given number using recursion?
please give me some tips for the placement in the TCS.
Do pointers need to be initialized?
int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
What is console in c language?
What is the 'named constructor idiom'?
1. Write a C program to count the number of occurrence of a specific word in the given strings. (for e.g. Find how many times the word “live” comes in the sentence “Dream as if you’ll live forever, live as if you’ll die today ”)
why division operator not work in case of float constant?
how to find a 5th bit is set in c program