Is return a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between GETS();AND SCANF();
What is meant by global static? why we have to use static variable instead of Global variable
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
how to compare two strings without using strcmp() function??
Explain what does a function declared as pascal do differently?
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }
WHAT IS ABSTRACT DATA TYPE
Describe newline escape sequence with a sample program?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What is %s and %d in c?
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
Why c language is called c?