What is an identifier?
No Answer is Posted For this Question
Be the First to Post Answer
Can variables be declared anywhere in c?
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
What is the difference between ‘g’ and “g” in C?
Write a program with dynamically allocation of variable.
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
What is abstract data structure in c?
64/square(4)
Why c language is called c?
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
Why ordinary variable store only one value