What is the difference between far and near ?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What is meant by inheritance?
Give the rules for variable declaration?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What is the translation phases used in c language?
What are the ways to a null pointer can use in c programming language?
What is the use of sizeof?
What are the advantage of c language?
How can you return multiple values from a function?
Explain the difference between ++u and u++?
how many errors in c explain deply
What's the right way to use errno?
What is the difference between printf and scanf in c?