Is boolean a datatype in c?
What is identifier in c?
What does a function declared as pascal do differently?
What is a protocol in c?
in iso what are the common technological language?
Write a program to implement queue.
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
How can I run c program?
What is n in c?
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
how to print "hai" in c?