Is c is a high level language?
No Answer is Posted For this Question
Be the First to Post Answer
Do you know the purpose of 'register' keyword?
let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................
What is the explanation for prototype function in c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What is keyword with example?
What are the main characteristics of c language describe the structure of ac program?
What do header files do?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL
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>...
How can I read data from data files with particular formats?
What does node * mean?
Explain is it valid to address one element beyond the end of an array?