Is flag a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to find the largest and second largest integer from an array
Explain command-line arguments in C.
What is meant by 'bit masking'?
How does selection sort work in c?
What is volatile variable in c?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Explain what is wrong in this statement?
How many ways are there to swap two numbers without using temporary variable? Give the each logic.
what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
write a program to print infinte number
What are the different types of pointers used in c language?