Answer Posted / prashant agarwal
this is give an compilation error
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
Difference between malloc() and calloc() function?
Why header file is used in c?
Why isnt there a numbered, multi-level break statement to break out
What do you mean by scope of a variable in c?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Explain what are header files and explain what are its uses in c programming?
Define Spanning-Tree Protocol (STP)
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
In which layer of the network datastructure format change is done
explain how do you use macro?
What is meant by initialization and how we initialize a variable?
What is #define used for in c?
How can you call a function, given its name as a string?
is it possible to create your own header files?