What are the advantages and disadvantages of pointers?
No Answer is Posted For this Question
Be the First to Post Answer
How do I round numbers?
Explain how do you sort filenames in a directory?
Why structure is used in c?
Explain a file operation in C with an example.
What is the use of void pointer and null pointer in c language?
Write a function in c to find the area of a triangle whose length of three sides is given.
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
What is the output of printf("%d", printf("Hello"));?
Is c weakly typed?
Why is c not oop?
Write a C program to convert an integer into a binary string?
Define and explain about ! Operator?