What's the best way of making my program efficient?
No Answer is Posted For this Question
Be the First to Post Answer
how can we use static and extern?and where can we use this?
Why is #define used?
What does malloc () calloc () realloc () free () do?
what are the languages used in c#?
wat is the difference between array and pointer?
How would you obtain the current time and difference between two times?
Suggesting that there can be 62 seconds in a minute?
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
char p="data"; printf(p);
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,
Why is it that not all header files are declared in every C program?
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }