What are the advantages and disadvantages of a heap?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
second highest number in a given set of numbers
what is a void pointer?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
shorting algorithmS
Explain following declaration int *P(void); and int (*p)(char *a);
Why doesnt long int work?
Does free set pointer to null?
Explain what is meant by 'bit masking'?
How would you rename a function in C?