What is your stream meaning?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of operator or there in c?
What are actual arguments?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What is the advantage of c?
how to print value of e(exp1)up to required no of digits after decimal?
how to find sum of 5 digits in C?
struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Write programs for String Reversal & Palindrome check
What's a "sequence point"?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
How can we allocate array or structure bigger than 64kb?