What does sizeof function do?
No Answer is Posted For this Question
Be the First to Post Answer
What is external variable in c?
What are linked lists in c?
What are the types of data types and explain?
what is c language.
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What is an example of structure?
difference between string and array?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
Write a program to find the biggest number of three numbers in c?
Is swift based on c?
What is the role of this pointer?
How can you be sure that a program follows the ANSI C standard?