Is register a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is c token?
Explain how can I open a file so that other programs can update it at the same time?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is sorting in c plus plus?
list the no of files created when c source file is compiled
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }
Which are low level languages?
what is c?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is a macro?
What are the uses of null pointers?