What does %d do in c?
No Answer is Posted For this Question
Be the First to Post Answer
When should I declare a function?
Write a program on swapping (100, 50)
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
What is the Lvalue and Rvalue?
What are the salient features of c languages?
What is a keyword?
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
What is LINKED LIST? How can you access the last element in a linked list?
Explain how do you determine the length of a string value that was stored in a variable?
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
WHAT IS FLOAT?
what is the function of .h in #include<stdio.h> in c ?
23 Answers HCL, IBM, Wipro,