C,c++, Java is all are structural oriented or procedure
oriented language..?
Answer Posted / satyendu samal
all are procedure oriented language
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
In C language what is a 'dangling pointer'?
Explain the difference between strcpy() and memcpy() function?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Explain what is the difference between functions abs() and fabs()?
What is the purpose of realloc()?
What are all different types of pointers in c?
how logic is used
How can I manipulate individual bits?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Can you return null in c?
Explain how do you sort filenames in a directory?
Is boolean a datatype in c?
What does 1f stand for?
What are header files in c programming?
How can you return multiple values from a function?