write an algorithm to display a square matrix.
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What is wild pointer in c with example?
what is the use of ‘auto’ keyword?
What is the difference between fread and fwrite function?
how to print this sereis 2 4 3 6 5..........?
How can I find leaf node with smallest level in a binary tree?
Explain the use of keyword 'register' with respect to variables.
what is the difference between global variable & static variable declared out side all the function in the file.
What are the various topologies? Which one is the most secure?
How to implement call back functions ?
write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview
2 Answers Satyam, UNIS, Wipro,
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }