about c language
No Answer is Posted For this Question
Be the First to Post Answer
how to reverse string "Hello World" by using pointers only. Without any temp var
swap two integer variables without using a third temporary variable?
Which is better malloc or calloc?
What will the preprocessor do for a program?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Can we change the value of static variable in c?
why Language C is plateform dependent
Explain what is a static function?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.
can we execute the program with the object file
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
why programming language C is still used in operating system's kernel??