What is a nested formula?
No Answer is Posted For this Question
Be the First to Post Answer
What are inbuilt functions in c?
Why isn't it being handled properly?
Describe static function with its usage?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }
Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.
what is the use of macro program
WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }
Why we use break in c?
main() { printf("hello"); fork(); }
can we define a function in structure?
How will you write a code for accessing the length of an array without assigning it to another variable?