How do you view the path?
No Answer is Posted For this Question
Be the First to Post Answer
Without using main fn and semicolon,print remainder for a given number in C language
In how much time you will write this c program? Prime nos from 1 to 1000
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Explain about block scope in c?
In which language linux is written?
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }
Explain how do you sort filenames in a directory?
What is the purpose of the statement: strcat (S2, S1)?
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
difference between string and array?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is volatile, register definition in C