How can you determine the size of an allocated portion of memory?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is the deal on sprintf_s return value?
What is the argument of a function in c?
What is #line used for?
Write a C program that reads a series of strings and prints only those ending in "ed"
what is the structure pointer?
How are pointers declared in c?
Where are some collections of useful code fragments and examples?
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Is a house a mass structure?
what is disadvantage of pointer in C