Explain 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
Explain built-in function?
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.
How can I read a directory in a c program?
Write a program to print "hello world" without using a semicolon?
What is the argument of a function in c?
what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā %d\nā,sum); } what is the difference between a=10 and a=010??
Write a program to find factorial of a number using recursive function.
what is the most appropriate way to write a multi-statement macro?
what are the 10 different models of writing an addition program in C language?
Write a program to swap two numbers without using third variable?
What are the different types of endless loops?
In which layer of the network datastructure format change is done