What is restrict keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of #include in c?
how to add two numbers without using arithmetic operators?
Is c still used?
How important is structure in life?
int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }
What is scope of variable in c?
Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d
What is #include conio h?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
How many types of errors are there in c language? Explain
write a program to generate 1st n fibonacci prime number
What is class and object in c?