Is null always defined as 0(zero)?
No Answer is Posted For this Question
Be the First to Post Answer
What are c identifiers?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
How can my program discover the complete pathname to the executable from which it was invoked?
write a c program that prints all multiples of 3between 1 and 50.
What is a program flowchart?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
What is extern c used for?
what does ‘#include’ mean?
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
What are the different types of data structures in c?
what is the diff b/w static and non static variables in C. Give some examples plz.
What is FIFO?