What are the advantages and disadvantages of c language?
No Answer is Posted For this Question
Be the First to Post Answer
Explain main function in c?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
2. What does static variable mean?
What are function pointers? Provide an example.
Is this program statement valid? INT = 10.50;
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
What is scope rule in c?
#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?
16 Answers Accel Frontline, Opera, Oracle,
What are pointers? What are stacks and queues?
Tell me what is the purpose of 'register' keyword in c language?
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
What is the importance of c in your views?