who invented c
Answers were Sorted based on User's Feedback
How can you pass an array to a function by value?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What is a pointer variable in c language?
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
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
I came across some code that puts a (void) cast before each call to printf. Why?
Explain how can you tell whether two strings are the same?
what is diognisis?
Explain how can you determine the size of an allocated portion of memory?
What is the use of typedef in structure in c?
what is the role you expect in software industry?
What are linked lists in c?