How would you rename a function in C?
No Answer is Posted For this Question
Be the First to Post Answer
which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma
16 Answers Accenture, Infosys, TCS, Wipro,
write a c program to find the probability of random numbers between 1-1000
What is register variable in c language?
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
Is a pointer a kind of array?
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none
plz answer..... a program that reads non-negative integer and computes and prints its factorial
What is Memory leakage ?
What is the difference between test design and test case design?
How do we open a binary file in Read/Write mode in C?
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
What are the types of unary operators?