Can i use “int” data type to store the value 32768? Why?
No Answer is Posted For this Question
Be the First to Post Answer
show how link list can be used to repersent the following polynomial i) 5x+2
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
What is difference between %d and %i in c?
hat is a pointer?
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is the output of printf("%d", printf("Hello"));?
when to use : in c program?
Can variables be declared anywhere in c?
write a program to display the array elements in reverse order in c language
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none