Why is it important to memset a variable, immediately after
allocating memory to it ?
No Answer is Posted For this Question
Be the First to Post Answer
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
What are the loops in c?
Why array is used in c?
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.
How can you read a directory in a C program?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
Is Exception handling possible in c language?
What is the difference between text and binary i/o?
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
formula to convert 2500mmh2o into m3/hr
Give a fast way to multiply a number by 7
15 Answers Accenture, Aricent, Microsoft,
main() { int a; a=++100; printf("%d",a); getch(); }