What are identifiers and keywords in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is wrong with this program statement? void = 10;
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,
Without using main fn and semicolon,print remainder for a given number in C language
How Many Header Files in c?
explain what is fifo?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
how to generate the length of a string without using len funtion?
Consider the following C program. #include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain
How would you obtain the current time and difference between two times?
Can you mix old-style and new-style function syntax?
Explain how do you generate random numbers in c?
What are structure members?