Who invented b language?
No Answer is Posted For this Question
Be the First to Post Answer
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
Describe the difference between = and == symbols in c programming?
What is sizeof c?
In how much time you will write this c program? Prime nos from 1 to 1000
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What is a structure and why it is used?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
What is Conio.h ?
What is ## preprocessor operator in c?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters