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.
How many bytes is a struct in c?
When should a far pointer be used?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is the difference between calloc() and realloc()?
how can write all 1to 100 prime numbers using for loop,if and break ?
what is event driven software and what is procedural driven software?
what is diognisis?
What is the use of typedef in c?
which of 'arrays' or 'pointers' are faster?
what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā %d\nā,sum); } what is the difference between a=10 and a=010??
Explain what are run-time errors?
what is call by value and call by reference