Is c is a low level language?
Do you know what is the purpose of 'extern' keyword in a function declaration?
what is ANSI and ISO
What is d'n in c?
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
How can variables be characterized?
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
Write a program in c using only loops to print * * * * * *******
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Why ca not I do something like this?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What is a substring in c?