Is c an object oriented programming language?
Answer / kamil
No, C is not an object oriented programming language
It's a structural programming language
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between single charater constant and string constant?
What is clrscr ()?
program to print upper & lower triangle of a matrix
What is abstract data structure in c?
When is a null pointer used?
write an algorithm and c program to add two 2x2 matrics
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hello World without changing main() the o/p should be intialisation Hello World Desruct the changes should be a)iostream operator<<(iostream os, char*s) os<<'intialisation'<<(Hello World)<<Destruct b) c) d)none of the above
What is data type long in c?
Tell me when is a void pointer used?
what is an ERP?