How does normalization of huge pointer works?
No Answer is Posted For this Question
Be the First to Post Answer
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
What is the use of in c?
code for selection sort?
Why can’t constant values be used to define an array’s initial size?
write a c program to add two integer numbers without using arithmetic operator +
explain what is fifo?
List out few of the applications that make use of Multilinked Structures?
where do we use volatile keyword?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
What are the functions to open and close the file in c language?
Why do we use stdio h and conio h?