What does 2n 4c mean?
No Answer is Posted For this Question
Be the First to Post Answer
How can I manipulate strings of multibyte characters?
How many types of errors are there in c language? Explain
let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................
Why do we use main function?
consagous technology placement paper
What is Lazy evaluation in C? Give an example.
What is void pointers in c?
What are c header files?
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
Explain what is the heap?