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
Diff between for loop and while loop?
What is the total generic pointer type?
Tell us the use of fflush() function in c language?
Give me basis knowledge of c , c++...
Why we use void main in c?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
can we define a function in structure?
If the size of int data type is two bytes, what is the range of signed int data type?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.