What is this infamous null pointer, anyway?
No Answer is Posted For this Question
Be the First to Post Answer
What is scanf () in c?
how to find the kth smallest element in the given list of array elemnts.
what is the basis for selection of arrays or pointers as data structure in a program
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
write a program in c language for the multiplication of two matrices using pointers?
List the difference between a "copy constructor" and a "assignment operator"?
prototype of sine function.
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
What is a good way to implement complex numbers in c?
What is the right type to use for boolean values in c? Is there a standard type?
write a function to find whether a string is palindrome or not and how many palindrome this string contain?
What is the maximum no. of arguments that can be given in a command line in C.?