What are external variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
When is a “switch” statement preferable over an “if” statement?
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
x=2,y=6,z=6 x=y==z; printf(%d",x)
13 Answers Bharat, Cisco, HCL, TCS,
IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
Write a program to swap two numbers without using third variable?
What is d scanf?
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
how do you programme Carrier Sense Multiple Access
WAP – represent a char in binary format
Why c is called procedure oriented language?
what is the use of ~ in c lang?????
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer