Can you return null in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program of advanced Fibonacci series.
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
How can we allocate array or structure bigger than 64kb?
What are dangling pointers?
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā%dā,x); --x; } }
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is difference between array and pointer in c?
What is the size of enum in bytes?
What is the use of ?
What is an example of structure?
How do c compilers work?
What is a constant?