What is New modifiers?
No Answer is Posted For this Question
Be the First to Post Answer
What are Macros? What are its advantages and disadvantages?
How to add two numbers with using function?
What are the characteristics of arrays in c?
how to build a exercise findig min number of e heap with list imlemented?
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
What is the use of c language in real life?
Write a program with dynamically allocation of variable.
How to reverse a string using a recursive function, with swapping?
Whether there can be main inside another main?If so how does it work?
write a program to compare 2 numbers without using logical operators?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }