Do you know the difference between malloc() and calloc() function?
No Answer is Posted For this Question
Be the First to Post Answer
What are the application of void data type in c?
What is the purpose of & in scanf?
What are called c variables?
Explain the term printf() and scanf() used in c language?
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
What is the best style for code layout in c?
what is the role you expect in software industry?
what are the files which are automatically opened when a c file is executed?
WHAT IS FLOAT?
In scanf h is used for
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
What are logical errors and how does it differ from syntax errors?