What is a newline escape sequence?
No Answer is Posted For this Question
Be the First to Post Answer
can we implement multi-threads in c.
Why are algorithms important in c program?
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
Explain command-line arguments in C.
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What is the use of getchar functions?
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
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
main() { float a=3.2e40; printf("%d",a); }
Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout
Explain the Difference between the New and Malloc keyword.
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?